Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
opcodetype ParseOpCode(const std::string& s)
58
{
59
static const OpCodeParser ocp;
60
return ocp.Parse(s);
61
}
62
63
} // namespace
64
Callers
1
ParseScript
Function · 0.85
Calls
1
Parse
Method · 0.45
Tested by
no test coverage detected