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

Method writeGetCursor

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

Source from the content-addressed store, hash-verified

513 }
514
515 writeGetCursor() {
516 return this.writer.writeGetCursor();
517 }
518
519 setUint8Position(offset: number, value: number) {
520 this.writer.setUint8Position(offset, value);

Callers 3

reader.test.tsFile · 0.45
io.test.tsFile · 0.45
writer.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected