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

Method writeMetaStringBytes

javascript/packages/core/lib/context.ts:415–417  ·  view source on GitHub ↗
(bytes: MetaStringBytes)

Source from the content-addressed store, hash-verified

413 }
414
415 writeMetaStringBytes(bytes: MetaStringBytes) {
416 this.metaStringWriter.writeBytes(this.writer, bytes);
417 }
418
419 writeBool(value: boolean) {
420 this.writer.bool(value);

Callers

nothing calls this directly

Calls 1

writeBytesMethod · 0.45

Tested by

no test coverage detected