MCPcopy 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

getIntegerMethod · 0.95
decodeTBSFunction · 0.95
decodeTagMethod · 0.45
onTouchMovedMethod · 0.45
onTouchMovedMethod · 0.45
onTouchMovedMethod · 0.45
onTouchMovedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected