Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ file_handle
Method
file_handle
lib_acl_cpp/src/stream/fstream.cpp:207–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
ACL_FILE_HANDLE fstream::file_handle() const
208
{
209
return stream_ ? ACL_VSTREAM_FILE(stream_) : ACL_FILE_INVALID;
210
}
211
212
bool fstream::lock(bool exclude /* = true */)
213
{
Callers
7
main
Function · 0.80
test_mmap_write
Function · 0.80
test_mmap_read
Function · 0.80
main
Function · 0.80
create
Method · 0.80
open
Method · 0.80
xml2
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_mmap_write
Function · 0.64
test_mmap_read
Function · 0.64