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

Method space

basex-core/src/main/java/org/basex/query/QueryString.java:206–209  ·  view source on GitHub ↗

Adds a space if appropriate. @return self reference

()

Source from the content-addressed store, hash-verified

204 * @return self reference
205 */
206 private QueryString space() {
207 if(!Strings.contains(NO_SPACE, last())) tb.add(' ');
208 return this;
209 }
210
211 /**
212 * Returns the last character of the query string.

Callers 2

tokenMethod · 0.95
tokensMethod · 0.95

Calls 3

containsMethod · 0.95
lastMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected