| 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(); |
nothing calls this directly
no test coverage detected