Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetType
Method
GetType
src/script/miniscript.h:1617–1617 ·
view source on GitHub ↗
Return the expression type.
Source
from the content-addressed store, hash-verified
1615
1616
//! Return the expression type.
1617
Type GetType() const { return typ; }
1618
1619
//! Return the script context for this node.
1620
MiniscriptContext GetMsCtx() const { return m_script_ctx; }
Callers
9
CalcScriptLen
Method · 0.45
CalcType
Method · 0.45
ToScript
Method · 0.45
CalcOps
Method · 0.45
ProduceInput
Method · 0.45
Parse
Function · 0.45
Test
Method · 0.45
GenNode
Function · 0.45
TestNode
Function · 0.45
Calls
no outgoing calls
Tested by
3
Test
Method · 0.36
GenNode
Function · 0.36
TestNode
Function · 0.36