Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ TEST
Function
TEST
src/test/io_test.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
TEST(Io, Read1)
31
{
32
TestFileRead(
""
);
33
}
34
TEST(Io, Read2)
35
{
36
TestFileRead(
"abc"
);
Callers
nothing calls this directly
Calls
14
TestFileRead
Function · 0.85
TestFileLength
Function · 0.85
str_length
Function · 0.85
io_open
Function · 0.85
io_write
Function · 0.85
io_seek
Function · 0.85
io_skip
Function · 0.85
io_close
Function · 0.85
io_read
Function · 0.85
mem_comp
Function · 0.85
fs_remove
Function · 0.85
io_current_exe
Function · 0.85
Tested by
no test coverage detected