Back to Quick

Callsite

docs/docsets/Quick.docset/Contents/Resources/Documents/Classes/Callsite.html

7.6.21023 B
Original Source

Callsite

final public class Callsite : _CallsiteBase

An object encapsulating the file and line number at which a particular example is defined.

`

                file
                `

The absolute path of the file in which an example is defined.

Declaration

Swift

public let file: FileString

`

                line
                `

The line number on which an example is defined.

Declaration

Swift

public let line: UInt

`

                ==(_:_:)
                `

Returns a boolean indicating whether two Callsite objects are equal. If two callsites are in the same file and on the same line, they must be equal.

Declaration

Swift

@nonobjc
public static func == (lhs: Callsite, rhs: Callsite) -> Bool

© 2025 Quick Contributors. All rights reserved. (Last updated: 2025-06-26)

Generated by jazzy ♪♫ v0.15.3, a Realm project.