Success

open class Success(matches: List<String>, bounds: CodeInterval, metadata: List<SourceCodeCompletionVariant>, text: String, cursor: Int) : CompletionResult

Inheritors

Constructors

Link copied to clipboard
constructor(matches: List<String>, bounds: CodeInterval, metadata: List<SourceCodeCompletionVariant>, text: String, cursor: Int)

Properties

Link copied to clipboard
open override val message: AbstractMessageContent

Functions

Link copied to clipboard
@TestOnly
fun matches(): List<String>
Link copied to clipboard
@TestOnly
fun sortedMatches(): List<String>
Link copied to clipboard
@TestOnly
fun sortedRaw(): List<SourceCodeCompletionVariant>