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

Method clean

basex-core/src/main/java/org/basex/query/value/item/Tim.java:61–65  ·  view source on GitHub ↗

Cleans the item and removes invalid components.

()

Source from the content-addressed store, hash-verified

59 * Cleans the item and removes invalid components.
60 */
61 private void clean() {
62 year = Long.MAX_VALUE;
63 month = -1;
64 day = -1;
65 }
66}

Callers 2

TimMethod · 0.95
timeZoneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected