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

Function names

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

Source from the content-addressed store, hash-verified

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
61// has a "workspaces" dir (pre-created bind-mount dirs), which is not a written file.

Callers 1

write.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected