Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AimRT/AimRT
/ ExecutorProxy
Method
ExecutorProxy
src/runtime/core/executor/executor_proxy.h:18–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
class ExecutorProxy {
17
public:
18
explicit ExecutorProxy(ExecutorBase* executor_ptr)
19
: base_(GenBase(executor_ptr)) {}
20
21
~ExecutorProxy() = default;
22
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected