SourceFile

class SourceFile(val path: String, val content: String)

Source file known to sqldelight-check.

Constructors

Link copied to clipboard
constructor(path: String, content: String)

Properties

Link copied to clipboard

Full file content at the time analysis starts.

Link copied to clipboard

SQLDelight source kind inferred from path.

Link copied to clipboard

Root-project-relative path used in diagnostics and reports.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String