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

Method invoke

src/babylon/executor.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26int InplaceExecutor::invoke(MoveOnlyFunction<void(void)>&& function) noexcept {
27 RunnerScope scope {*this};
28 function();
29 return 0;
30}
31// InplaceExecutor end
32////////////////////////////////////////////////////////////////////////////////
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected