Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ startsWith
Function
startsWith
extern/happly/happly.h:1258–1260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1256
}
1257
1258
inline bool startsWith(const std::string& input, const std::string& query) {
1259
return input.compare(0, query.length(), query) == 0;
1260
}
1261
}; // namespace
1262
1263
Callers
1
parseHeader
Method · 0.85
Calls
2
length
Method · 0.80
compare
Method · 0.45
Tested by
no test coverage detected