Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ write
Method
write
basex-core/src/main/java/org/basex/query/value/item/YMDur.java:84–87 ·
view source on GitHub ↗
(final DataOutput out)
Source
from the content-addressed store, hash-verified
82
}
83
84
@Override
85
public
void
write(
final
DataOutput out) throws IOException {
86
out.writeToken(string(null));
87
}
88
89
/**
90
* Returns the years and months.
Callers
nothing calls this directly
Calls
2
string
Method · 0.95
writeToken
Method · 0.45
Tested by
no test coverage detected