Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ peek
Method
peek
modules/crypt/etc/ber.js:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
return
result;
70
}
71
peek() {
72
return
this.#a[this.#i];
73
}
74
skip(length) {
75
this.#i += length;
76
}
Callers
7
getInteger
Method · 0.95
decodeTBS
Function · 0.95
decodeTag
Method · 0.45
onTouchMoved
Method · 0.45
onTouchMoved
Method · 0.45
onTouchMoved
Method · 0.45
onTouchMoved
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected