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

Function name

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

Source from the content-addressed store, hash-verified

10 },
11
12 get name(): string {
13 return (
14 this.Labels["stack.name"] ||
15 this.Labels["dash.name"] ||
16 this.Names[0].replace(new RegExp(`^/${this.stack}-`), "")
17 );
18 },
19
20 get desc(): string | undefined {
21 return this.Labels["stack.desc"] || this.Labels["dash.desc"] || undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected