MCPcopy Create free account
hub / github.com/questdb/questdb / of

Method of

core/src/main/java/io/questdb/std/str/Path.java:220–225  ·  view source on GitHub ↗
(CharSequence str)

Source from the content-addressed store, hash-verified

218 }
219
220 public Path of(CharSequence str) {
221 ascii = true;
222 checkClosed();
223 tailPtr = headPtr;
224 return concat(str);
225 }
226
227 public Path of(Utf8Sequence str) {
228 ascii = str.isAscii();

Calls 8

checkClosedMethod · 0.95
concatMethod · 0.95
mallocMethod · 0.95
extendMethod · 0.95
copyMemoryMethod · 0.95
isAsciiMethod · 0.65
sizeMethod · 0.65
ptrMethod · 0.65