Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ value
Method
value
basex-core/src/main/java/org/basex/data/MetaProp.java:18–19 ·
view source on GitHub ↗
(final MetaData meta)
Source
from the content-addressed store, hash-verified
16
/** Property. */
17
NAME(false) {
18
@Override
19
public
String value(
final
MetaData meta) {
return
meta.name; }
20
},
21
/** Property. */
22
SIZE(false) {
Callers
2
open
Method · 0.45
open
Method · 0.45
Calls
7
descendants
Method · 0.95
format
Method · 0.95
dbSize
Method · 0.80
dbTime
Method · 0.80
size
Method · 0.65
toString
Method · 0.65
dir
Method · 0.45
Tested by
no test coverage detected