MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetNull

Method SetNull

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

Source from the content-addressed store, hash-verified

640 bool IsNull() const { return stack.empty(); }
641
642 void SetNull() { stack.clear(); stack.shrink_to_fit(); }
643
644 std::string ToString() const;
645

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
shrink_to_fitMethod · 0.45

Tested by

no test coverage detected