Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
acl_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
202
acl_int64 fstream::fsize(const char* path)
203
{
Callers
10
cmp_file
Function · 0.80
send_file
Function · 0.80
copy_file
Function · 0.80
cmp_copy
Function · 0.80
rpc_run
Method · 0.80
rpc_run
Method · 0.80
doDoc
Method · 0.80
transfer_file
Method · 0.80
get_fsize
Method · 0.80
get_fsize
Method · 0.80
Calls
2
acl_vstream_fsize
Function · 0.85
acl_file_size
Function · 0.85
Tested by
no test coverage detected