MCPcopy Create free account
hub / github.com/ElementsProject/elements / ParseOpCode

Function ParseOpCode

src/core_read.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57opcodetype ParseOpCode(const std::string& s)
58{
59 static const OpCodeParser ocp;
60 return ocp.Parse(s);
61}
62
63} // namespace
64

Callers 1

ParseScriptFunction · 0.85

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected