Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AimRT/AimRT
/ cli
Method
cli
src/interface/aimrt_module_cpp_interface/context/context.h:221–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
inline OpCli Context::cli(std::source_location loc) {
222
return OpCli(*this, loc);
223
}
224
225
inline OpSrv Context::srv(std::source_location loc) {
226
return OpSrv(*this, loc);
Callers
1
Call
Method · 0.80
Calls
1
OpCli
Class · 0.70
Tested by
no test coverage detected