Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClassicOldSong/Apollo
/ TEST
Function
TEST
tests/unit/test_file_handler.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
TEST(FileHandlerTests, ReadMissingFileTest) {
94
// read missing file
95
EXPECT_EQ(file_handler::read_file(
"non-existing-file.txt"
),
""
);
96
}
Callers
nothing calls this directly
Calls
1
read_file
Function · 0.85
Tested by
no test coverage detected