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

Method writeString

javascript/packages/core/lib/context.ts:503–505  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

501 }
502
503 writeString(value: string) {
504 this.writer.stringWithHeader(value);
505 }
506
507 writeBuffer(value: ArrayLike<number>) {
508 this.writer.buffer(value);

Callers 2

writeMethod · 0.45

Calls 1

stringWithHeaderMethod · 0.45

Tested by 1

writeMethod · 0.36