Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ create
Method
create
lib_acl_cpp/src/stream/fstream.cpp:151–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
bool fstream::create(const char* path)
152
{
153
return open(path, O_RDWR | O_CREAT, 0600);
154
}
155
156
acl_off_t fstream::fseek(acl_off_t offset, int whence)
157
{
Callers
15
http_server
Function · 0.45
echo_fiber
Function · 0.45
ssl_init
Function · 0.45
open
Method · 0.45
setup_ssl
Method · 0.45
test
Function · 0.45
setup_ssl
Function · 0.45
setup_ssl
Function · 0.45
connect_server
Method · 0.45
setup_ssl
Method · 0.45
accept_callback
Method · 0.45
setup_ssl
Function · 0.45
Calls
1
open
Function · 0.85
Tested by
no test coverage detected