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

Function networkKindRequiresWork

internal/cli/network.go:2053–2060  ·  view source on GitHub ↗
(kind string)

Source from the content-addressed store, hash-verified

2051}
2052
2053func networkKindRequiresWork(kind string) bool {
2054 switch kind {
2055 case networkKindCapability, networkKindReceipt, networkKindTrace:
2056 return true
2057 default:
2058 return false
2059 }
2060}
2061
2062func networkKindRequiresConversation(kind string) bool {
2063 switch kind {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected