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

Function noop_vio_read

mlx/data/core/Version.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 return 0;
118}
119sf_count_t noop_vio_read(void* ptr, sf_count_t count, void* user_data) {
120 return count;
121}
122sf_count_t noop_vio_write(const void* ptr, sf_count_t count, void* user_data) {
123 return count;
124}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected