MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / text

Method text

packages/vscode-shim/src/classes/StatusBarItem.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 ) {}
23
24 get text(): string {
25 return this._text
26 }
27
28 set text(value: string) {
29 this._text = value

Callers 15

handleErrorResponseMethod · 0.80
parseSSEEventsFunction · 0.80
createEmbeddingsMethod · 0.80
refreshAccessTokenMethod · 0.80
makeCodexRequestMethod · 0.80
completePromptMethod · 0.80
doRefreshAccessTokenMethod · 0.80

Calls

no outgoing calls

Tested by 1

parseSSEEventsFunction · 0.64