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

Function agentChannelRecvValues

internal/cli/client.go:5922–5931  ·  view source on GitHub ↗
(query AgentChannelRecvQuery)

Source from the content-addressed store, hash-verified

5920}
5921
5922func agentChannelRecvValues(query AgentChannelRecvQuery) url.Values {
5923 values := url.Values{}
5924 if query.Wait {
5925 values.Set("wait", "true")
5926 }
5927 if query.Limit > 0 {
5928 values.Set("limit", strconv.Itoa(query.Limit))
5929 }
5930 return values
5931}
5932
5933func sessionEventValues(query SessionEventQuery) url.Values {
5934 values := url.Values{}

Callers 1

AgentChannelRecvMethod · 0.85

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected