Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
bool StringConverter::isRootFile(const std::string &msg) {
155
return msg.find(
"/ "
) != std::string::npos;
156
}
157
158
std::string StringConverter::getProtocol(const std::string &msg) {
159
// Protocol should be in the first line
Callers
nothing calls this directly
Calls
1
find
Method · 0.80
Tested by
no test coverage detected