MCPcopy Create free account
hub / github.com/baidu/babylon / member_function

Method member_function

test/test_executor.cpp:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385 ASSERT_TRUE(e.is_running_in());
386 }
387 void member_function(Executor& e) {
388 ASSERT_TRUE(e.is_running_in());
389 }
390 void operator()(Executor& e) {
391 ASSERT_TRUE(e.is_running_in());
392 }

Callers

nothing calls this directly

Calls 1

is_running_inMethod · 0.80

Tested by

no test coverage detected