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

Class probe

extlibs/sol3/include/sol/sol.hpp:9821–9831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9819 struct qualified_check_getter;
9820
9821 struct probe {
9822 bool success;
9823 int levels;
9824
9825 probe(bool s, int l) : success(s), levels(l) {
9826 }
9827
9828 operator bool() const {
9829 return success;
9830 };
9831 };
9832
9833 struct record {
9834 int last;

Callers 4

getMethod · 0.85
getMethod · 0.85
applyMethod · 0.85
getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected