MCPcopy Create free account
hub / github.com/apache/solr / errEscape

Method errEscape

solr/solrj/src/java/org/noggit/JSONParser.java:461–465  ·  view source on GitHub ↗
(int a, int b)

Source from the content-addressed store, hash-verified

459 }
460
461 private String errEscape(int a, int b) {
462 b = Math.min(b, end);
463 if (a >= b) return "";
464 return new String(buf, a, b - a).replaceAll("\\s+", " ");
465 }
466
467 private boolean bool; // boolean value read
468 private long lval; // long value read

Callers 1

getContextMethod · 0.95

Calls 1

minMethod · 0.45

Tested by

no test coverage detected