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

Method beforeTableKey

src/simulate/simulate_gc.cpp:499–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497 history.pop_back();
498 }
499 virtual void beforeTableKey ( Table *, TypeInfo *, char * pk, TypeInfo * ki, uint64_t, bool ) override {
500 string keyText = debug_value ( pk, ki, PrintFlags::none );
501 keys.push_back(keyText);
502 history.push_back("=>key=>");
503 }
504 virtual void afterTableKey ( Table *, TypeInfo *, char *, TypeInfo *, uint64_t, bool ) override {
505 history.pop_back();
506 }

Callers

nothing calls this directly

Calls 2

debug_valueFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected