Initializer
init(checkoutPath:sourceServiceBaseURL:formatLineNumber:)
Creates a source code repository.
init(checkoutPath: String, sourceServiceBaseURL: URL, formatLineNumber: @escaping (Int) -> String)
Parameters
checkoutPathThe path at which the repository is checked out locally and from which its symbol graphs were generated.
sourceServiceBaseURLThe base URL where the service hosts the repository’s contents.
formatLineNumberA function that formats a line number to be included in a URL.