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

Method tell

python/src/load.cpp:363–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361 }
362
363 size_t tell() override {
364 size_t out;
365 {
366 nb::gil_scoped_acquire gil;
367 out = nb::cast<size_t>(tell_func_());
368 }
369 return out;
370 }
371
372 void seek(int64_t off, std::ios_base::seekdir way = std::ios_base::beg)
373 override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected