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

Method openFile

compiler/companion/src/IWorkspace.d.ts:55–55  ·  view source on GitHub ↗
(fileName: string)

Source from the content-addressed store, hash-verified

53 registerDiskFile(fileName: string, absoluteDiskPath: string): void;
54
55 openFile(fileName: string): Promise<OpenFileResult>;
56
57 emitFile(fileName: string): Promise<EmitResult>;
58

Callers 4

addBaseEndpointsMethod · 0.65
compileNativeFunction · 0.65

Implementers 3

Workspacecompiler/companion/src/Workspace.ts
CachingWorkspacecompiler/companion/src/cache/CachingWo
TestWorkspacecompiler/companion/src/cache/CachingWo

Calls

no outgoing calls

Tested by

no test coverage detected