Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ ThrowCheck
Function
ThrowCheck
src/colmap/util/logging_test.cc:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void ThrowCheck(const bool cond) { THROW_CHECK(cond) <<
"Error!"
; }
45
46
void ThrowCheckEqual(const int val) { THROW_CHECK_EQ(val, 1) <<
"Error!"
; }
47
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected