MCPcopy 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
207ACL_FILE_HANDLE fstream::file_handle() const
208{
209 return stream_ ? ACL_VSTREAM_FILE(stream_) : ACL_FILE_INVALID;
210}
211
212bool fstream::lock(bool exclude /* = true */)
213{

Callers 7

mainFunction · 0.80
test_mmap_writeFunction · 0.80
test_mmap_readFunction · 0.80
mainFunction · 0.80
createMethod · 0.80
openMethod · 0.80
xml2Method · 0.80

Calls

no outgoing calls

Tested by 2

test_mmap_writeFunction · 0.64
test_mmap_readFunction · 0.64