Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ TestParseString
Function
TestParseString
internal/strings_test.cc:133–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void TestParseString(const std::string& orig) {
134
EXPECT_OK(ParseStringLiteral(orig)) << orig;
135
}
136
137
void TestParseBytes(const std::string& orig) {
138
EXPECT_OK(ParseBytesLiteral(orig)) << orig;
Callers
1
TEST
Function · 0.85
Calls
1
ParseStringLiteral
Function · 0.85
Tested by
no test coverage detected