Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ build
Method
build
basex-core/src/main/java/org/basex/core/cmd/InfoIndex.java:114–117 ·
view source on GitHub ↗
(final CmdBuilder cb)
Source
from the content-addressed store, hash-verified
112
}
113
114
@Override
115
public
void
build(
final
CmdBuilder cb) {
116
cb.init(Cmd.INFO +
" "
+ CmdInfo.INDEX).args();
117
}
118
}
Callers
nothing calls this directly
Calls
2
args
Method · 0.65
init
Method · 0.45
Tested by
no test coverage detected