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

Function networkDirectMessagesPath

internal/cli/client.go:5773–5779  ·  view source on GitHub ↗
(workspaceRef string, channel string, directID string)

Source from the content-addressed store, hash-verified

5771}
5772
5773func networkDirectMessagesPath(workspaceRef string, channel string, directID string) (string, error) {
5774 path, err := networkDirectPath(workspaceRef, channel, directID)
5775 if err != nil {
5776 return "", err
5777 }
5778 return path + "/messages", nil
5779}
5780
5781func requireNetworkPathValue(name string, value string) (string, error) {
5782 trimmed := strings.TrimSpace(value)

Callers 2

NetworkDirectMessagesMethod · 0.85

Calls 1

networkDirectPathFunction · 0.85

Tested by 1