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

Function parseable_GIB

library/tests/parse.cpp:502–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500
501
502bool parseable_GIB(const string& line)
503{
504 if (line.size() != 88)
505 return false;
506
507 if (line.substr(67, 1) != ":")
508 return false;
509
510 return true;
511}
512
513int GIB_TO_DDS[4] = {1, 0, 3, 2};
514

Callers 1

read_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected