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

Method nextValid

src/simulate/runtime_table.cpp:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 // TableIterator
102
103 size_t TableIterator::nextValid ( size_t index ) const {
104 for ( auto indexs=table->capacity; index < indexs; index++) {
105 if (tableLiveSlot(*table, index)) {
106 break;
107 }
108 }
109 return index;
110 }
111
112 bool TableIterator::first ( Context & context, char * _value ) {
113 char ** value = (char **)_value;

Callers

nothing calls this directly

Calls 1

tableLiveSlotFunction · 0.85

Tested by

no test coverage detected