SKSourceTextResponse
open class SKSourceTextResponse : Codable
Represents a SourceKit source text response.
-
The source text of the response.
Declaration
Swift
public let sourceText: String
-
Creates a new
SKSourceTextResponseobject.Declaration
Swift
public init(sourceText: String)Parameters
sourceTextThe source text of the response.
-
Declaration
Swift
public static func == (lhs: SKSourceTextResponse, rhs: SKSourceTextResponse) -> Bool
SKSourceTextResponse Class Reference