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

Function sessionInspectValues

internal/cli/client.go:5660–5666  ·  view source on GitHub ↗
(query SessionInspectQuery)

Source from the content-addressed store, hash-verified

5658}
5659
5660func sessionInspectValues(query SessionInspectQuery) url.Values {
5661 values := url.Values{}
5662 if query.IncludeRecentWakeEvents {
5663 values.Set("include_recent_wake_events", "true")
5664 }
5665 return values
5666}
5667
5668func networkPeersValues(query NetworkPeersQuery) url.Values {
5669 values := url.Values{}

Callers 1

InspectSessionMethod · 0.85

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected