Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ type_string
Method
type_string
Unittest/Common/StringUtilTest.cpp:97–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
void type_int() { ::testing::StaticAssertTypeEq<int, T>(); }
96
void type_double() { ::testing::StaticAssertTypeEq<double, T>(); }
97
void type_string() { ::testing::StaticAssertTypeEq<string, T>(); }
98
};
99
100
TEST(toEng_test, integer_cases)
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected