Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ TEST
Function
TEST
base/string/format/print_test.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
namespace toft {
15
16
TEST(StringPrint, NoARg)
17
{
18
EXPECT_EQ(
"hello"
, StringPrint(
"hello"
));
19
}
20
21
TEST(StringPrint, Escape)
22
{
Callers
nothing calls this directly
Calls
4
StringPrint
Function · 0.85
StringPrintTo
Function · 0.85
StringPrintAppend
Function · 0.85
length
Method · 0.45
Tested by
no test coverage detected