Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/louislam/dockge
/ path
Method
path
backend/stack.ts:155–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
153
}
154
155
get path() : string {
156
return
path.join(this.server.stacksDir, this.name);
157
}
158
159
get fullPath() : string {
160
let
dir = this.path;
Callers
nothing calls this directly
Calls
1
join
Method · 0.80
Tested by
no test coverage detected