Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
opcodetype ParseOpCode(const std::string& s)
85
{
86
static const OpCodeParser ocp;
87
return ocp.Parse(s);
88
}
89
90
} // namespace
91
Callers
1
ParseScript
Function · 0.85
Calls
1
Parse
Method · 0.45
Tested by
no test coverage detected