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

Method string

basex-core/src/main/java/org/basex/query/value/item/Str.java:121–124  ·  view source on GitHub ↗
(final InputInfo ii)

Source from the content-addressed store, hash-verified

119 }
120
121 @Override
122 public byte[] string(final InputInfo ii) {
123 return value;
124 }
125
126 /**
127 * Returns the string value.

Callers 3

itemMethod · 0.95
materializeMethod · 0.95
multiFormMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected