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

Method string

basex-core/src/main/java/org/basex/query/value/item/Dec.java:83–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 @Override
84 public byte[] string() {
85 return chopNumber(token(value.toPlainString()));
86 }
87
88 @Override
89 public boolean bool(final InputInfo ii) {

Callers

nothing calls this directly

Calls 2

chopNumberMethod · 0.80
tokenMethod · 0.65

Tested by

no test coverage detected