MCPcopy Create free account
hub / github.com/LUX-Core/lux / SetNull

Method SetNull

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

Source from the content-addressed store, hash-verified

745 bool IsNull() const { return stack.empty(); }
746
747 void SetNull() { stack.clear(); stack.shrink_to_fit(); }
748
749 std::string ToString() const;
750};

Callers

nothing calls this directly

Calls 2

shrink_to_fitMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected