Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ newQueryNode
Function
newQueryNode
shock-client/query.go:16–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
func
newQueryNode() queryNode {
17
return
queryNode{
18
values: url.Values{},
19
prefix:
""
,
20
distinct: false,
21
full: false,
22
}
23
}
24
25
func
(q *queryNode) processFlags(queries arrayFlags) {
26
for
_, val :=
range
queries {
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected