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

Method NetworkChannelRef

internal/api/core/workspace_scope.go:24–29  ·  view source on GitHub ↗
(channel string)

Source from the content-addressed store, hash-verified

22}
23
24func (s *workspaceScope) NetworkChannelRef(channel string) store.NetworkChannelRef {
25 return store.NetworkChannelRef{
26 WorkspaceID: s.NetworkWorkspaceID(),
27 Channel: strings.TrimSpace(channel),
28 }
29}
30
31func (s *workspaceScope) NetworkWorkspaceID() string {
32 return strings.TrimSpace(s.RegistryID)

Callers 7

NetworkThreadsMethod · 0.80
NetworkThreadMethod · 0.80
NetworkDirectRoomsMethod · 0.80
NetworkDirectRoomMethod · 0.80
UpdateNetworkChannelMethod · 0.80

Calls 1

NetworkWorkspaceIDMethod · 0.95

Tested by

no test coverage detected