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

Method getTag

modules/crypt/etc/ber.js:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 return this.#a.byteLength - this.#i;
52 }
53 getTag() {
54 return this.#a[this.#i++];
55 }
56 getLength() {
57 let length = this.#a[this.#i++];
58 if (length < 128)

Callers 15

getIntegerMethod · 0.95
getBitStringMethod · 0.95
getOctetStringMethod · 0.95
getObjectIdentifierMethod · 0.95
getSequenceMethod · 0.95
parseMethod · 0.95
decryptMethod · 0.95
decodeFunction · 0.95
decodeTBSFunction · 0.95
decodeAKIFunction · 0.95
parseMethod · 0.95
_verifyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected