Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
namespace acl {
7
8
bool ifstream::open_read(const char* path)
9
{
10
return open(path, O_RDONLY, 0200);
11
}
12
13
bool ifstream::load(acl::string* s)
14
{
Callers
15
run
Method · 0.45
test_file
Function · 0.45
run
Method · 0.45
load_objs
Function · 0.45
cmp_file
Function · 0.45
send_file
Function · 0.45
load_servers
Function · 0.45
main
Function · 0.45
test_zlib_pipe
Function · 0.45
test_mime_header
Function · 0.45
mime_test2
Function · 0.45
mime_test4
Function · 0.45
Calls
1
open
Function · 0.85
Tested by
3
test_file
Function · 0.36
test_zlib_pipe
Function · 0.36
test_mime_header
Function · 0.36