Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
285
bool StringContains(const std::string& str, const std::string& sub_str) {
286
return str.find(sub_str) != std::string::npos;
287
}
288
289
std::string PlatformToUTF8(const std::string& str) {
290
#ifdef _WIN32
Callers
4
Write
Method · 0.85
QuerySensorWidth
Method · 0.85
ComputeColor
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68