MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / decode_export

Method decode_export

src/dpp/etf.cpp:565–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565json etf_parser::decode_export() {
566 json exp;
567 exp["mod"] = inner_parse();
568 exp["fun"] = inner_parse();
569 exp["arity"] = inner_parse();
570 return exp;
571}
572
573json etf_parser::inner_parse() {
574 /* Decode one value into json from ETF */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected