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

Method clean

basex-core/src/main/java/org/basex/query/value/item/Dat.java:70–74  ·  view source on GitHub ↗

Cleans the item and removes invalid components.

()

Source from the content-addressed store, hash-verified

68 * Cleans the item and removes invalid components.
69 */
70 private void clean() {
71 hour = -1;
72 minute = -1;
73 seconds = null;
74 }
75}

Callers 2

DatMethod · 0.95
timeZoneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected