Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/TriangleMeshDistance
/ isHidden
Method
isHidden
tests/catch.hpp:11467–11469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11465
}
11466
11467
bool TestCaseInfo::isHidden() const {
11468
return ( properties & IsHidden ) != 0;
11469
}
11470
bool TestCaseInfo::throws() const {
11471
return ( properties & Throws ) != 0;
11472
}
Callers
1
listTests
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected