MCPcopy Create free account
hub / github.com/compozy/agh / nativeBoundWorkspaceRef

Function nativeBoundWorkspaceRef

internal/daemon/native_tools.go:4815–4820  ·  view source on GitHub ↗
(bound *nativeBoundSessionScope, workspaceRef string)

Source from the content-addressed store, hash-verified

4813}
4814
4815func nativeBoundWorkspaceRef(bound *nativeBoundSessionScope, workspaceRef string) string {
4816 if bound == nil {
4817 return workspaceRef
4818 }
4819 return bound.workspaceID
4820}
4821
4822func nativeBoundSessionID(bound *nativeBoundSessionScope, values ...string) string {
4823 if bound == nil {

Callers 4

networkChannelsMethod · 0.85
networkInboxMethod · 0.85
networkSendMethod · 0.85
sessionDescribeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected