Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/projectdiscovery/katana
/ mockFilter
Struct
mockFilter
pkg/engine/common/base_test.go:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
)
17
18
type
mockFilter
struct
{
19
seen
map
[string]bool
20
}
21
22
func
newMockFilter() *mockFilter {
23
return
&mockFilter{seen: make(
map
[string]bool)}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected