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

Function noop_vio_write

mlx/data/core/Version.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 return count;
121}
122sf_count_t noop_vio_write(const void* ptr, sf_count_t count, void* user_data) {
123 return count;
124}
125sf_count_t noop_vio_tell(void* user_data) {
126 return 0;
127}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected