Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getInteger
Method · 0.95
getBitString
Method · 0.95
getOctetString
Method · 0.95
getObjectIdentifier
Method · 0.95
getSequence
Method · 0.95
parse
Method · 0.95
decrypt
Method · 0.95
decode
Function · 0.95
decodeTBS
Function · 0.95
decodeAKI
Function · 0.95
parse
Method · 0.95
_verify
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected