Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ SetNull
Method
SetNull
src/asset.h:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
bool IsNull() const { return id.IsNull(); }
29
void SetNull() { id.SetNull(); }
30
31
unsigned char* begin() { return id.begin(); }
32
unsigned char* end() { return id.end(); }
Callers
11
NextBlockIsParameterTransition
Function · 0.45
CInv
Method · 0.45
ProcessBlockAvailability
Method · 0.45
ProcessGetBlockData
Method · 0.45
~AddrManImpl
Method · 0.45
Clear
Method · 0.45
CreateGenesisBlock
Function · 0.45
FillBlock
Method · 0.45
GetUnsignedTx
Method · 0.45
AddInput
Method · 0.45
Reset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected