Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codename-co/stack
/ stack
Function
stack
packages/app/src/models/Container.ts:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
...container,
7
8
get stack(): string {
9
return
this.Labels[
"com.docker.compose.project"
];
10
},
11
12
get name(): string {
13
return
(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected