Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ get_loadpath
Method
get_loadpath
lib_acl_cpp/src/stdlib/zlib_stream.cpp:230–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
const char* zlib_stream::get_loadpath()
231
{
232
return __loadpath.empty() ? NULL : __loadpath.c_str();
233
}
234
235
bool zlib_stream::zlib_load_once()
236
{
Callers
nothing calls this directly
Calls
2
empty
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected