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

Method first

src/simulate/runtime_array.cpp:114–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 // GoodArrayIterator
113
114 bool GoodArrayIterator::first ( Context & context, char * _value ) {
115 char ** value = (char **) _value;
116 array_lock(context, *array, nullptr);
117 data = array->data;
118 *value = data;
119 array_end = data + array->size * stride;
120 return (bool) array->size;
121 }
122
123 bool GoodArrayIterator::next ( Context &, char * _value ) {
124 char ** value = (char **) _value;

Callers 8

jquery-3.5.1.jsFile · 0.45
jquery.jsFile · 0.45
evalMethod · 0.45
waitWorkspaceReadyFunction · 0.45
tabs.spec.jsFile · 0.45

Calls 1

array_lockFunction · 0.85

Tested by 1

waitWorkspaceReadyFunction · 0.36