MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ParseOpCode

Function ParseOpCode

src/core_io.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82};
83
84opcodetype ParseOpCode(const std::string& s)
85{
86 static const OpCodeParser ocp;
87 return ocp.Parse(s);
88}
89
90} // namespace
91

Callers 1

ParseScriptFunction · 0.85

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected