MCPcopy 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
1258inline 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

parseHeaderMethod · 0.85

Calls 2

lengthMethod · 0.80
compareMethod · 0.45

Tested by

no test coverage detected