MCPcopy Create free account
hub / github.com/BaseXdb/basex / write

Method write

basex-core/src/main/java/org/basex/query/value/item/DTDur.java:131–134  ·  view source on GitHub ↗
(final DataOutput out)

Source from the content-addressed store, hash-verified

129 }
130
131 @Override
132 public void write(final DataOutput out) throws IOException {
133 out.writeToken(string(null));
134 }
135
136 /**
137 * Returns the date and time.

Callers

nothing calls this directly

Calls 2

stringMethod · 0.95
writeTokenMethod · 0.45

Tested by

no test coverage detected