Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
583
void scenario::validate_variable_usage()
584
{
585
allocVars->validate();
586
}
587
588
void scenario::validate_txn_usage()
589
{
Callers
nothing calls this directly
Calls
1
validate
Method · 0.80
Tested by
no test coverage detected