MCPcopy Create free account
hub / github.com/colmap/colmap / StringContains

Function StringContains

src/colmap/util/string.cc:285–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285bool StringContains(const std::string& str, const std::string& sub_str) {
286 return str.find(sub_str) != std::string::npos;
287}
288
289std::string PlatformToUTF8(const std::string& str) {
290#ifdef _WIN32

Callers 4

WriteMethod · 0.85
QuerySensorWidthMethod · 0.85
ComputeColorMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68