MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / close

Method close

src/simulate/runtime_array.cpp:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 void GoodArrayIterator::close ( Context & context, char * _value ) {
131 if ( _value ) {
132 char ** value = (char **) _value;
133 *value = nullptr;
134 }
135 array_unlock(context, *array, nullptr);
136 context.freeIterator((char *)this, debugInfo);
137 }
138
139 vec4f SimNode_GoodArrayIterator::eval ( Context & context ) {
140 DAS_PROFILE_NODE

Callers 7

closeIteratorsMethod · 0.45
ds_lexer.cppFile · 0.45
das_accept_cpp_commentFunction · 0.45
ds2_lexer.cppFile · 0.45
das_accept_cpp_commentFunction · 0.45
share.spec.jsFile · 0.45

Calls 1

array_unlockFunction · 0.85

Tested by

no test coverage detected