MCPcopy 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
151bool fstream::create(const char* path)
152{
153 return open(path, O_RDWR | O_CREAT, 0600);
154}
155
156acl_off_t fstream::fseek(acl_off_t offset, int whence)
157{

Callers 15

http_serverFunction · 0.45
echo_fiberFunction · 0.45
ssl_initFunction · 0.45
openMethod · 0.45
setup_sslMethod · 0.45
testFunction · 0.45
setup_sslFunction · 0.45
setup_sslFunction · 0.45
connect_serverMethod · 0.45
setup_sslMethod · 0.45
accept_callbackMethod · 0.45
setup_sslFunction · 0.45

Calls 1

openFunction · 0.85

Tested by

no test coverage detected