MCPcopy Index your code
hub / github.com/cameri/nostream / resolveComposeFile

Function resolveComposeFile

src/cli/utils/docker.ts:14–14  ·  view source on GitHub ↗
(filename: string)

Source from the content-addressed store, hash-verified

12}
13
14export const resolveComposeFile = (filename: string): string => getProjectPath(filename)
15
16export const buildComposeArgs = (files: string[], args: string[]): string[] => {
17 const out: string[] = []

Callers 1

buildComposeArgsFunction · 0.85

Calls 1

getProjectPathFunction · 0.90

Tested by

no test coverage detected