MCPcopy 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
143void TriVariable::Invalidate()
144{
145 Clear();
146 m_type = TRIVARIABLE_INVALID;
147}
148
149void TriVariable::Clear()
150{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected