Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ onFind
Method
onFind
core/src/main/java/io/questdb/std/FindVisitor.java:29–29 ·
view source on GitHub ↗
(long pUtf8NameZ, int type)
Source
from the content-addressed store, hash-verified
27
@FunctionalInterface
28
public
interface
FindVisitor {
29
void
onFind(long pUtf8NameZ,
int
type);
30
}
Callers
3
iterateDir
Method · 0.80
iterateDir
Method · 0.80
walk
Method · 0.80
Calls
no outgoing calls
Tested by
1
iterateDir
Method · 0.64