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

Method registerInMemoryFile

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

Source from the content-addressed store, hash-verified

49 destroy(): void;
50
51 registerInMemoryFile(fileName: string, fileContent: string): void;
52
53 registerDiskFile(fileName: string, absoluteDiskPath: string): void;
54

Callers 4

addBaseEndpointsMethod · 0.65
registerInMemoryFileMethod · 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