Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ GetParentId
Method
GetParentId
agent/proto/agent.pb.go:1290–1295 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1288
}
1289
1290
func
(x *Manifest) GetParentId() []byte {
1291
if
x != nil {
1292
return
x.ParentId
1293
}
1294
return
nil
1295
}
1296
1297
func
(x *Manifest) GetDerpMap() *proto.DERPMap {
1298
if
x != nil {
Callers
1
ManifestFromProto
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected