MCPcopy Create free account
hub / github.com/ml-explore/mlx-data / zlib_get_version

Function zlib_get_version

mlx/data/core/Version.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65namespace {
66std::string zlib_get_version() {
67#if MLX_HAS_ZLIB
68 return std::string(zlibVersion());
69#else
70 return {};
71#endif
72}
73std::string bzip2_get_version() {
74#if MLX_HAS_BZIP2
75 return std::string(BZ2_bzlibVersion());

Callers 1

libs_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected