MCPcopy Create free account
hub / github.com/eagerpatch/navita / setFilePath

Method setFilePath

packages/engine/src/index.ts:291–293  ·  view source on GitHub ↗
(filePath: string | undefined)

Source from the content-addressed store, hash-verified

289 }
290
291 setFilePath(filePath: string | undefined) {
292 this.filePath = filePath;
293 }
294
295 getUsedFilePaths() {
296 return Object.keys(this.usedIds);

Callers 2

collectResultFunction · 0.80
index.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected