MCPcopy Create free account
hub / github.com/codename-co/stack / desc

Function desc

packages/app/src/models/Container.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 },
19
20 get desc(): string | undefined {
21 return this.Labels["stack.desc"] || this.Labels["dash.desc"] || undefined;
22 },
23
24 get belongsToNetworks() {
25 return (networks?: Network[]) =>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected