MCPcopy Create free account
hub / github.com/dds-bridge/dds / get_head_element

Function get_head_element

library/tests/parse.cpp:569–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567
568
569bool get_head_element(
570 const string& elem,
571 const string& expected)
572{
573 if (elem != expected)
574 {
575 cout << "PBN list does not start with " << expected <<
576 ": '" << elem << "'" << endl;
577 return false;
578 }
579 else
580 return true;
581}
582
583
584bool get_int_element(

Callers 8

read_fileFunction · 0.85
parse_PBNFunction · 0.85
parse_FUTFunction · 0.85
parse_TABLEFunction · 0.85
parse_PARFunction · 0.85
parse_DEALERPARFunction · 0.85
parse_PLAYFunction · 0.85
parse_TRACEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected