MCPcopy Create free account
hub / github.com/acl-dev/acl / open_read

Method open_read

lib_acl_cpp/src/stream/ifstream.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace acl {
7
8bool ifstream::open_read(const char* path)
9{
10 return open(path, O_RDONLY, 0200);
11}
12
13bool ifstream::load(acl::string* s)
14{

Callers 15

runMethod · 0.45
test_fileFunction · 0.45
runMethod · 0.45
load_objsFunction · 0.45
cmp_fileFunction · 0.45
send_fileFunction · 0.45
load_serversFunction · 0.45
mainFunction · 0.45
test_zlib_pipeFunction · 0.45
test_mime_headerFunction · 0.45
mime_test2Function · 0.45
mime_test4Function · 0.45

Calls 1

openFunction · 0.85

Tested by 3

test_fileFunction · 0.36
test_zlib_pipeFunction · 0.36
test_mime_headerFunction · 0.36