MCPcopy Create free account
hub / github.com/DingyangLyu/MatClaw / DockerComposeFile

Interface DockerComposeFile

skills-engine/structured.ts:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11interface DockerComposeFile {
12 version?: string;
13 services?: Record<string, unknown>;
14 [key: string]: unknown;
15}
16
17function compareVersionParts(a: string[], b: string[]): number {
18 const len = Math.max(a.length, b.length);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected