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

Function specOf

ts/workflow-cli/cli/deploy/write.test.ts:38–40  ·  view source on GitHub ↗
(components: DeployComponent[] = [engineComponent()])

Source from the content-addressed store, hash-verified

36}
37
38function specOf(components: DeployComponent[] = [engineComponent()]): Spec {
39 return { schemaVersion: 1, id: "test", components };
40}
41
42function reqOf(p: Partial<DeployRequirements> = {}): DeployRequirements {
43 return {

Callers 1

write.test.tsFile · 0.70

Calls 1

engineComponentFunction · 0.70

Tested by

no test coverage detected