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

Method fsize

lib_acl_cpp/src/stream/fstream.cpp:193–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193acl_int64 fstream::fsize() const
194{
195 if (stream_ == NULL) {
196 logger_error("stream_ null");
197 return -1;
198 }
199 return acl_vstream_fsize(stream_);
200}
201
202acl_int64 fstream::fsize(const char* path)
203{

Callers 10

cmp_fileFunction · 0.80
send_fileFunction · 0.80
copy_fileFunction · 0.80
cmp_copyFunction · 0.80
rpc_runMethod · 0.80
rpc_runMethod · 0.80
doDocMethod · 0.80
transfer_fileMethod · 0.80
get_fsizeMethod · 0.80
get_fsizeMethod · 0.80

Calls 2

acl_vstream_fsizeFunction · 0.85
acl_file_sizeFunction · 0.85

Tested by

no test coverage detected