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

Function configFileName

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

Source from the content-addressed store, hash-verified

30export function secretsFileName(name: string): string {
31 return `${name}-secrets.json`;
32}
33
34// A volume mount's source is a named volume (vs a host bind mount) when it is not
35// a path — bind mounts start with "." or "/". Named sources need a top-level
36// `volumes:` declaration; bind mounts do not.
37function namedVolumeSource(mount: string): string | null {

Callers 2

writeOutputFunction · 0.90
serviceBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected