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

Method resolvePath

compiler/companion/src/project/Project.ts:84–86  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

82 }
83
84 resolvePath(path: string): FilePath {
85 return this.fileManager.resolvePath(path);
86 }
87
88 setFileContentAtPath(path: string, content: string): void {
89 this.setFileContentAtResolvedPath(this.resolvePath(path), content);

Callers 15

setFileContentAtPathMethod · 0.95
setFileFromDiskAtPathMethod · 0.95
registerInMemoryFileMethod · 0.45
registerDiskFileMethod · 0.45
validateImportsMethod · 0.45
constructorMethod · 0.45
fileExistsMethod · 0.45
getCanonicalFileNameMethod · 0.45
readDirectoryMethod · 0.45
getDirectoriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected