MCPcopy Create free account
hub / github.com/ArashPartow/exprtk / handle_runtime_violation

Method handle_runtime_violation

exprtk_test.cpp:6475–6479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6473struct vector_access_rtc_counter : public exprtk::vector_access_runtime_check
6474{
6475 bool handle_runtime_violation(violation_context&) exprtk_test_override
6476 {
6477 rtc_count++;
6478 return false;
6479 }
6480
6481 std::size_t rtc_count;
6482};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected