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

Method good

python/src/load.cpp:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 bool good() const override {
125 bool out;
126 {
127 nb::gil_scoped_acquire gil;
128 out = !pyistream_.is_none();
129 }
130 return out;
131 }
132
133 size_t tell() override {
134 size_t out;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected