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

Method skip

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

* Moves the internal offset forward by the specified number. * * @param n - The number of positions to move the offset forward. * @return The new position of the internal offset after being moved.

(n: number)

Source from the content-addressed store, hash-verified

65 * @return The new position of the internal offset after being moved.
66 */
67 skip(n: number) {
68 this.offset += n;
69 }
70
71 /**
72 * Skips the binary data until the specified byte value is found.

Callers 2

skipSectionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected