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

Method beforeTableValue

src/simulate/simulate_gc.cpp:507–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505 history.pop_back();
506 }
507 virtual void beforeTableValue ( Table *, TypeInfo *, char *, TypeInfo *, uint64_t, bool ) override {
508 string keyText = keys.back();
509 history.push_back("[\""+escapeString(keyText)+"\"]");
510 }
511 virtual void afterTableValue ( Table *, TypeInfo *, char *, TypeInfo *, uint64_t, bool ) override {
512 keys.pop_back();
513 history.pop_back();

Callers

nothing calls this directly

Calls 2

escapeStringFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected