MCPcopy 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
230const char* zlib_stream::get_loadpath()
231{
232 return __loadpath.empty() ? NULL : __loadpath.c_str();
233}
234
235bool zlib_stream::zlib_load_once()
236{

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected