MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / valid

Method valid

src/python/lfs/py_splat_simplify.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 nb::object callback;
24
25 [[nodiscard]] bool valid() const {
26 return callback.is_valid() && !callback.is_none();
27 }
28
29 [[nodiscard]] bool operator()(const float progress, const std::string& stage) const {
30 if (!valid())

Callers 1

register_splat_simplifyFunction · 0.45

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected