| 236 | namespace core { |
| 237 | |
| 238 | std::string version() { |
| 239 | return std::string(MLX_DATA_VERSION_STRINGIFY(MLX_DATA_VERSION)); |
| 240 | } |
| 241 | |
| 242 | std::unordered_map<std::string, std::string> libs_version() { |
| 243 | static std::unordered_map<std::string, std::string> libs; |
nothing calls this directly
no outgoing calls
no test coverage detected