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

Function secretsFileName

ts/workflow-cli/cli/deploy/generate.ts:39–41  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

37function namedVolumeSource(mount: string): string | null {
38 const src = mount.split(":")[0] ?? "";
39 return src && !src.startsWith(".") && !src.startsWith("/") ? src : null;
40}
41
42// Render one DeployComponent to a compose service block, by a single uniform field
43// mapping — NO branching on which component it is, so a custom component renders
44// exactly like a first-party one. Component-specific knowledge lives in the

Callers 2

writeOutputFunction · 0.90
serviceBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected