Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ Invalidate
Method
Invalidate
trinity/TriVariable.cpp:143–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void TriVariable::Invalidate()
144
{
145
Clear();
146
m_type = TRIVARIABLE_INVALID;
147
}
148
149
void TriVariable::Clear()
150
{
Callers
1
UnregisterLocalVariable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected