MCPcopy Create free account
hub / github.com/Snapchat/Valdi / isDefault

Method isDefault

valdi/vscode_debugger/src/adapter/threads.ts:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 isDefault(): boolean {
69 return this.description.auxData && this.description.auxData['isDefault'];
70 }
71}
72
73export type Script = { url: string; scriptId: string; hash: string; source: Promise<Source> };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected