Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ os_open
Function
os_open
lib/vfs/machfs.cc:428–432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
};
427
428
int os_open(void** priv, const char* path, int mode)
429
{
430
*priv = (void*)path;
431
return 0;
432
}
433
434
int os_close(void** priv)
435
{
Callers
1
v_open
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected