Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ decode
Method
decode
modules/crypt/etc/ber.js:345–347 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
343
return
b.#a.buffer;
344
}
345
static decode(a) {
346
return
this._decode(
new
BER(a));
347
}
348
static _decode(b) {
349
let
tag = b.getTag();
350
if
(tag == 0) {
Callers
nothing calls this directly
Calls
1
_decode
Method · 0.95
Tested by
no test coverage detected