MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / test

Function test

modules/core/task/include/SkrTask/fib_task.hpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 void add(const unsigned int x) { internal->Add(x); }
41 void decrement() { internal->Decrement(); }
42 bool test() const { return internal->Done(); }
43 size_t hash() const { return std::hash<void*>{}(internal.get()); }
44 explicit operator bool() const { return (bool)internal; }
45 private:

Callers 14

vector4f.hFile · 0.85
testMethod · 0.85
memory_utils.hFile · 0.85
operator[]Method · 0.85
testMethod · 0.85
value_in_range_ofFunction · 0.85
nextSetBitMethod · 0.85
_isSepListOfFunction · 0.85

Calls 1

testMethod · 0.45

Tested by

no test coverage detected