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

Method file_path

lib_acl_cpp/src/stream/fstream.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141const char* fstream::file_path() const
142{
143 return stream_ ? stream_->path : NULL;
144}
145
146bool fstream::open_trunc(const char* path)
147{

Callers 12

cmp_fileFunction · 0.80
saveFileMethod · 0.80
copy_fileFunction · 0.80
cmp_copyFunction · 0.80
append_headerMethod · 0.80
append_multipartMethod · 0.80
save_toMethod · 0.80
save_asMethod · 0.80
add_bodyMethod · 0.80
add_boundaryMethod · 0.80
add_attachMethod · 0.80
transfer_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected