MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / isRootFile

Method isRootFile

src/StringConverter.cpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154bool StringConverter::isRootFile(const std::string &msg) {
155 return msg.find("/ ") != std::string::npos;
156}
157
158std::string StringConverter::getProtocol(const std::string &msg) {
159 // Protocol should be in the first line

Callers

nothing calls this directly

Calls 1

findMethod · 0.80

Tested by

no test coverage detected