MCPcopy Create free account
hub / github.com/apache/fory / stringLatin1Fast

Method stringLatin1Fast

javascript/packages/core/lib/reader/index.ts:262–266  ·  view source on GitHub ↗
(len: number)

Source from the content-addressed store, hash-verified

260 }
261
262 private stringLatin1Fast(len: number) {
263 const result = this.bigString.substring(this.cursor, this.cursor + len);
264 this.cursor += len;
265 return result;
266 }
267
268 private stringLatin1Slow(len: number) {
269 const rawCursor = this.cursor;

Callers 1

stringLatin1Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected