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

Method good

python/src/load.cpp:354–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 }
353
354 bool good() const override {
355 bool out;
356 {
357 nb::gil_scoped_acquire gil;
358 out = !pyostream_.is_none();
359 }
360 return out;
361 }
362
363 size_t tell() override {
364 size_t out;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected