Header menu logo TestPrune

SymbolStore Type

Port for reading symbol data from storage.

Record fields

Record Field Description

GetAllSymbolNames

Full Usage: GetAllSymbolNames

Field type: unit -> Set<string>
Field type: unit -> Set<string>

GetAllSymbols

Full Usage: GetAllSymbols

Field type: unit -> SymbolInfo list
Field type: unit -> SymbolInfo list

GetDependenciesFromFile

Full Usage: GetDependenciesFromFile

Field type: string -> Dependency list
Field type: string -> Dependency list

GetFileKey

Full Usage: GetFileKey

Field type: string -> string option
Field type: string -> string option

GetIncomingEdgesBatch

Full Usage: GetIncomingEdgesBatch

Field type: string list -> Map<string, string list>
Field type: string list -> Map<string, string list>

GetProjectKey

Full Usage: GetProjectKey

Field type: string -> string option
Field type: string -> string option

GetReachableSymbols

Full Usage: GetReachableSymbols

Field type: string list -> Set<string>
Field type: string list -> Set<string>

GetSymbolsInFile

Full Usage: GetSymbolsInFile

Field type: string -> SymbolInfo list
Field type: string -> SymbolInfo list

GetTestMethodSymbolNames

Full Usage: GetTestMethodSymbolNames

Field type: unit -> Set<string>
Field type: unit -> Set<string>

GetTestMethodsInFile

Full Usage: GetTestMethodsInFile

Field type: string -> TestMethodInfo list
Field type: string -> TestMethodInfo list

QueryAffectedTests

Full Usage: QueryAffectedTests

Field type: string list -> TestMethodInfo list
Field type: string list -> TestMethodInfo list

Type something to start searching.