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

Method stringLatin1Slow

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

Source from the content-addressed store, hash-verified

266 }
267
268 private stringLatin1Slow(len: number) {
269 const rawCursor = this.cursor;
270 this.cursor += len;
271 return readLatin1String(this.platformBuffer, len, rawCursor);
272 }
273
274 buffer(len: number) {
275 if (len < 0 || len > this.byteLength - this.cursor) {

Callers 1

stringLatin1Method · 0.95

Calls 1

readLatin1StringFunction · 0.90

Tested by

no test coverage detected