Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fagongzi/manba
/ Set
Method
Set
cmd/proxy/proxy.go:25–28 ·
view source on GitHub ↗
(value string)
Source
from the content-addressed store, hash-verified
23
}
24
25
func
(f *filterFlag) Set(value string) error {
26
*f = append(*f, value)
27
return
nil
28
}
29
30
var
(
31
defaultFilters = &filterFlag{}
Callers
8
onWebsocket
Method · 0.80
extract
Method · 0.80
extractValue
Method · 0.80
completePart
Method · 0.80
dump
Method · 0.80
Response
Method · 0.80
doPush
Function · 0.80
init
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected