MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / status

Method status

extlibs/sol3/include/sol/sol.hpp:23914–23916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23912 }
23913
23914 load_status status() const noexcept {
23915 return err;
23916 }
23917
23918 bool valid() const noexcept {
23919 return status() == load_status::ok;

Callers 3

sol.hppFile · 0.45
script_throw_on_errorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected