MCPcopy
hub / github.com/dotnet/vscode-csharp / TmpAsset

Interface TmpAsset

test/createTmpAsset.ts:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56export interface TmpAsset {
57 fd: number;
58 name: string;
59 dispose: () => void;
60}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected