MCPcopy 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
28public interface FindVisitor {
29 void onFind(long pUtf8NameZ, int type);
30}

Callers 3

iterateDirMethod · 0.80
iterateDirMethod · 0.80
walkMethod · 0.80

Calls

no outgoing calls

Tested by 1

iterateDirMethod · 0.64