MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / SetNull

Method SetNull

src/script/script.h:573–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571 bool IsNull() const { return stack.empty(); }
572
573 void SetNull() { stack.clear(); stack.shrink_to_fit(); }
574
575 std::string ToString() const;
576};

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
shrink_to_fitMethod · 0.45

Tested by

no test coverage detected