Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ FilterGet
Function
FilterGet
strategy-filter/filter.go:186–192 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
184
}
185
186
func
FilterGet(name string) (IFilter, bool) {
187
f, has := filterHandler.remoteFilters.Get(name)
188
if
has {
189
return
f, true
190
}
191
return
filterHandler.filters.Get(name)
192
}
Callers
nothing calls this directly
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected