Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ shortenQuery
Function
shortenQuery
api/query_builder.go:19–21 ·
view source on GitHub ↗
(q string)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
shortenQuery(q string) string {
20
return
strings.Map(squeeze, q)
21
}
22
23
var
assignedActors = shortenQuery(`
24
assignedActors(first: 10) {
Callers
4
query_builder.go
File · 0.85
StatusCheckRollupGraphQLWithCountByState
Function · 0.85
StatusCheckRollupGraphQLWithoutCountByState
Function · 0.85
RequiredStatusCheckRollupGraphQL
Function · 0.85
Calls
1
Map
Method · 0.80
Tested by
no test coverage detected