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

Function hookEventsValues

internal/cli/client.go:6043–6052  ·  view source on GitHub ↗
(query HookEventsQuery)

Source from the content-addressed store, hash-verified

6041}
6042
6043func hookEventsValues(query HookEventsQuery) url.Values {
6044 values := url.Values{}
6045 if trimmed := strings.TrimSpace(query.Family); trimmed != "" {
6046 values.Set("family", trimmed)
6047 }
6048 if query.SyncOnly {
6049 values.Set("sync_only", strconv.FormatBool(query.SyncOnly))
6050 }
6051 return values
6052}
6053
6054func memorySelectorValues(query MemorySelectorQuery) url.Values {
6055 values := url.Values{}

Callers 2

HookEventsMethod · 0.85

Calls 1

SetMethod · 0.45

Tested by 1