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

Function nativeBoundSessionID

internal/daemon/native_tools.go:4822–4827  ·  view source on GitHub ↗
(bound *nativeBoundSessionScope, values ...string)

Source from the content-addressed store, hash-verified

4820}
4821
4822func nativeBoundSessionID(bound *nativeBoundSessionScope, values ...string) string {
4823 if bound == nil {
4824 return firstNonEmpty(values...)
4825 }
4826 return bound.sessionID
4827}
4828
4829func nativeBoundSessionAllowsChannel(bound *nativeBoundSessionScope, channel string) bool {
4830 if bound == nil || len(bound.networkChannels) == 0 {

Callers 3

networkInboxMethod · 0.85
networkSendMethod · 0.85
sessionDescribeMethod · 0.85

Calls 1

firstNonEmptyFunction · 0.70

Tested by

no test coverage detected