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

Method use

extlibs/sol3/include/sol/sol.hpp:9839–9842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9837 record() : last(), used() {
9838 }
9839 void use(int count) {
9840 last = count;
9841 used += count;
9842 }
9843 };
9844
9845 } // namespace stack

Callers 15

checkMethod · 0.45
checkMethod · 0.45
checkMethod · 0.45
checkMethod · 0.45
is_oneMethod · 0.45
checkMethod · 0.45
get_intoFunction · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected