MCPcopy 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
428int os_open(void** priv, const char* path, int mode)
429{
430 *priv = (void*)path;
431 return 0;
432}
433
434int os_close(void** priv)
435{

Callers 1

v_openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected