MCPcopy Create free account
hub / github.com/SIPp/sipp / validate_variable_usage

Method validate_variable_usage

src/scenario.cpp:583–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581/* Some validation functions. */
582
583void scenario::validate_variable_usage()
584{
585 allocVars->validate();
586}
587
588void scenario::validate_txn_usage()
589{

Callers

nothing calls this directly

Calls 1

validateMethod · 0.80

Tested by

no test coverage detected