Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ io_current_exe
Function
io_current_exe
src/base/io.cpp:269–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
IOHANDLE io_current_exe()
270
{
271
char path[IO_MAX_PATH_LENGTH];
272
if(fs_executable_path(path, sizeof(path)) != 0)
273
{
274
return nullptr;
275
}
276
return io_open(path, IOFLAG_READ);
277
}
Callers
2
HandleChecksum
Method · 0.85
TEST
Function · 0.85
Calls
2
fs_executable_path
Function · 0.85
io_open
Function · 0.85
Tested by
1
TEST
Function · 0.68