Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
next
Method · 0.95
getInteger
Method · 0.95
getChunk
Method · 0.95
decodeTBS
Function · 0.95
decodeAKI
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected