Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TEST
Function
TEST
tensorflow/core/platform/stringprintf_test.cc:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
namespace {
25
26
TEST(PrintfTest, Empty) {
27
EXPECT_EQ(
""
, Printf(
"%s"
, string().c_str()));
28
EXPECT_EQ(
""
, Printf(
"%s"
,
""
));
29
}
30
31
TEST(PrintfTest, Misc) {
32
// MSVC does not support $ format specifier.
Callers
nothing calls this directly
Calls
4
Printf
Function · 0.85
Appendf
Function · 0.85
c_str
Method · 0.80
empty
Method · 0.45
Tested by
no test coverage detected