MCPcopy Create free account
hub / github.com/ForestHubAI/edge-agents / tmp

Function tmp

ts/workflow-cli/cli/deploy/write.test.ts:57–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56const tmp = () => fs.mkdtemp(path.join(os.tmpdir(), "fhwrite-"));
57const names = async (dir: string) => (await fs.readdir(dir)).sort();
58const mode = async (file: string) => (await fs.stat(file)).mode & 0o777;
59
60// The written-file artifacts (writeOutput's return value). The on-disk bundle also

Callers 1

write.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected