MCPcopy Create free account
hub / github.com/AimRT/AimRT / TestPlainFunc

Function TestPlainFunc

src/interface/aimrt_module_cpp_interface/util/function_test.cc:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace aimrt::util {
35
36uint32_t TestPlainFunc(bool, double, uint64_t) { return 42; }
37
38class TestClass {
39 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected