MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / skip

Method skip

modules/crypt/etc/ber.js:74–76  ·  view source on GitHub ↗
(length)

Source from the content-addressed store, hash-verified

72 return this.#a[this.#i];
73 }
74 skip(length) {
75 this.#i += length;
76 }
77 next() {
78 const i = this.#i;
79 this.skip(1);

Callers 5

nextMethod · 0.95
getIntegerMethod · 0.95
getChunkMethod · 0.95
decodeTBSFunction · 0.95
decodeAKIFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected