MCPcopy Index your code

hub / github.com/FuelLabs/sway-vscode-plugin / functions

Functions60 in github.com/FuelLabs/sway-vscode-plugin

↓ 9 callersMethodinfo
(...msg: [unknown, ...unknown[]])
client/src/util/util.ts:21
↓ 6 callersMethoderror
(...msg: [unknown, ...unknown[]])
client/src/util/util.ts:29
↓ 6 callersMethodexecute
(cmd: string)
client/src/util/util.ts:54
↓ 4 callersFunctionaddFilePrefix
(path: string)
client/src/util/util.ts:4
↓ 4 callersMethodget
* Beware that postfix `!` operator erases both `null` and `undefined`. * This is why the following doesn't work as expected: * * ```ts * c
client/src/config.ts:89
↓ 4 callersFunctiongetClient
()
client/src/client.ts:26
↓ 4 callersMethodwrite
(label: string, ...messageParts: unknown[])
client/src/util/util.ts:34
↓ 3 callersFunctionopenAstFile
(filePath: string, astKind: AstKind)
client/src/commands/openAstFile.ts:7
↓ 3 callersFunctiontoVSCodeRange
(range: lc.Range)
client/src/util/convert.ts:8
↓ 2 callersFunctiongetExtension
()
client/src/config.ts:7
↓ 2 callersFunctiongetExtensionManifest
()
client/src/config.ts:11
↓ 2 callersMethodrefreshLogging
()
client/src/config.ts:34
↓ 2 callersFunctiontoLSPPosition
(position: vscode.Position)
client/src/util/convert.ts:26
↓ 2 callersFunctiontoVSCodePosition
(position: lc.Position)
client/src/util/convert.ts:4
↓ 2 callersFunctiontoVSCodeUri
(uri: lc.DocumentUri)
client/src/util/convert.ts:15
↓ 1 callersFunctioncreateClient
( clientOptions: LanguageClientOptions, serverOptions: ServerOptions )
client/src/client.ts:10
↓ 1 callersFunctionforcBuild
(forcDir: string)
client/src/commands/forcBuild.ts:3
↓ 1 callersFunctionforcRun
(forcDir: string)
client/src/commands/forcRun.ts:3
↓ 1 callersFunctionforcTest
(forcDir: string, _testName?: string)
client/src/commands/forcTest.ts:3
↓ 1 callersMethodget
()
client/src/util/util.ts:60
↓ 1 callersFunctiongetAllFiles
(dirPath: string, arrayOfFiles: string[])
client/src/program.ts:100
↓ 1 callersFunctiongetClientOptions
()
client/src/main.ts:167
↓ 1 callersFunctiongetExtensionPath
()
client/src/config.ts:9
↓ 1 callersFunctiongetFuelCoreStatus
()
client/src/status_bar/fuelCoreStatus.ts:7
↓ 1 callersMethodgetPrograms
* Reads contracts from the ABIs. * @returns array of contracts
client/src/program.ts:50
↓ 1 callersFunctiongetServerOptions
(config: Config)
client/src/main.ts:69
↓ 1 callersFunctioninstallServer
()
client/src/commands/installServer.ts:3
↓ 1 callersMethodonDidChangeConfiguration
( event: vscode.ConfigurationChangeEvent )
client/src/config.ts:45
↓ 1 callersFunctiononEnter
(changeEvent: TextDocumentChangeEvent)
client/src/interface/onEnter.ts:22
↓ 1 callersFunctionopenDotGraph
( filePath: string, graphKind: GraphKind )
client/src/commands/openDotGraph.ts:7
↓ 1 callersMethodsetEnabled
(yes: boolean)
client/src/util/util.ts:11
↓ 1 callersFunctionshowAst
( filePath: string, astKind: AstKind, savePath: string )
client/src/interface/showAst.ts:22
↓ 1 callersFunctionstartFuelCore
()
client/src/commands/startFuelCore.ts:4
↓ 1 callersFunctionstopFuelCore
()
client/src/commands/stopFuelCore.ts:5
↓ 1 callersFunctiontoLSPRange
(range: vscode.Range)
client/src/util/convert.ts:30
↓ 1 callersFunctiontoLSPUri
(uri: vscode.Uri)
client/src/util/convert.ts:34
↓ 1 callersFunctionupdateFuelCoreStatus
()
client/src/status_bar/fuelCoreStatus.ts:14
↓ 1 callersFunctionvisualize
( filePath: string, graphKind: GraphKind )
client/src/interface/visualize.ts:18
Functionactivate
(context: ExtensionContext)
client/src/main.ts:19
MethodbinPath
()
client/src/config.ts:93
Methodcfg
()
client/src/config.ts:69
Methodconstructor
(readonly config: Config)
client/src/palettes.ts:21
Methodconstructor
(ctx: vscode.ExtensionContext)
client/src/config.ts:24
Methodconstructor
( private workspaceRoot: string | undefined, readonly type: ProgramType )
client/src/program.ts:22
Methodconstructor
( public readonly name: string, public readonly sourceFilePath: string, public readonly children:
client/src/program.ts:119
Methodconstructor
( public readonly label: string, public readonly sourceFilePath: string )
client/src/program.ts:140
Functiondeactivate
()
client/src/main.ts:61
Methoddebug
(...msg: [unknown, ...unknown[]])
client/src/util/util.ts:16
MethoddisableLsp
()
client/src/config.ts:97
Methodget
()
client/src/palettes.ts:23
MethodgetChildren
(contract?: Function | Program)
client/src/program.ts:35
MethodgetTreeItem
(element: TreeItem)
client/src/program.ts:31
FunctiongoToLocation
({ uri, range }: lc.Location)
client/src/commands/goToLocation.ts:5
FunctionpeekLocations
({ locations, }: PeekLocationsParams)
client/src/commands/peekLocations.ts:9
Methodrefresh
()
client/src/program.ts:27
Methodstringify
(val: unknown)
client/src/util/util.ts:40
FunctiontoLSPLocation
(location: vscode.Location)
client/src/util/convert.ts:38
FunctiontoVSCodeLocation
(location: lc.Location)
client/src/util/convert.ts:19
MethodtraceExtension
()
client/src/config.ts:101
Methodwarn
(...msg: [unknown, ...unknown[]])
client/src/util/util.ts:25