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

Function zstd_get_version

mlx/data/core/Version.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85#endif
86}
87std::string zstd_get_version() {
88#if MLX_HAS_ZSTD
89 return std::string(ZSTD_versionString());
90#else
91 return {};
92#endif
93}
94#if MLX_HAS_JPEG
95void jpeg_error_custom_noop(j_common_ptr cinfo) {}
96std::string jpeg_get_version() {

Callers 1

libs_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected