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/ShowUsers.java:48–51 ·
view source on GitHub ↗
(final CmdBuilder cb)
Source
from the content-addressed store, hash-verified
46
}
47
48
@Override
49
public
void
build(
final
CmdBuilder cb) {
50
cb.init(Cmd.SHOW +
" "
+ CmdShow.USERS).arg(ON, 0);
51
}
52
}
Callers
nothing calls this directly
Calls
2
arg
Method · 0.45
init
Method · 0.45
Tested by
no test coverage detected