docs/Classes/Callsite.html
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.
Swift
public let file: FileString
`
line
`
The line number on which an example is defined.
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.
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.