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

Method name

packages/vscode-shim/src/classes/OutputChannel.ts:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 get name(): string {
20 return this._name
21 }
22
23 append(value: string): void {
24 logs.info(`[${this._name}] ${value}`, "VSCode.OutputChannel")

Callers 1

index.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected