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

Method readString

javascript/packages/core/lib/context.ts:1517–1519  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1515 }
1516
1517 readString() {
1518 return this.reader.stringWithHeader();
1519 }
1520
1521 readBuffer(length: number) {
1522 return this.reader.buffer(length);

Callers 2

readMethod · 0.45

Calls 1

stringWithHeaderMethod · 0.45

Tested by 1

readMethod · 0.36