Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ TEST_F
Function
TEST_F
bolt/type/parser/tests/TypeParserTest.cpp:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
};
84
85
TEST_F(TypeParserTest, booleanType) {
86
ASSERT_EQ(*parseType(
"boolean"
), *BOOLEAN());
87
}
88
89
TEST_F(TypeParserTest, integerType) {
90
ASSERT_EQ(*parseType(
"int"
), *INTEGER());
Callers
nothing calls this directly
Calls
7
ARRAY
Function · 0.85
TIMESTAMP_WITH_TIME_ZONE
Function · 0.85
DECIMAL
Function · 0.85
MAP
Function · 0.85
JSON
Class · 0.85
ROW
Function · 0.85
FUNCTION
Function · 0.85
Tested by
no test coverage detected