Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_fit
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected