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

Method SubscribeInline

src/interface/aimrt_module_cpp_interface/context/context.h:320–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318// subscriber subscribe inline
319template <class T, concepts::SupportedSubscriber<T> TCallback>
320void OpSub::SubscribeInline(const res::Subscriber<T>& ch, TCallback callback) {
321 DoSubscribe(ch, std::move(callback), {});
322}
323
324// subscriber subscribe on
325template <class T, concepts::SupportedSubscriber<T> TCallback>

Callers 1

CreateSubscriberMethod · 0.80

Calls 2

GetCurrentContextFunction · 0.85
subMethod · 0.80

Tested by

no test coverage detected