MCPcopy Create free account
hub / github.com/callstackincubator/polygen / isFull

Method isFull

packages/binary-utils/src/binary-writer.ts:50–52  ·  view source on GitHub ↗

* A boolean value indicating whether the writer has reached the end of the binary data.

()

Source from the content-addressed store, hash-verified

48 * A boolean value indicating whether the writer has reached the end of the binary data.
49 */
50 get isFull(): boolean {
51 return this.offset + 1 >= this.view.byteLength;
52 }
53
54 /**
55 * The current offset in the binary data.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected