MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / empty

Function empty

src/rpp/rpp/sources/empty.hpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 */
50 template<constraint::decayed_type Type>
51 auto empty()
52 {
53 return empty_observable<Type>{};
54 }
55} // namespace rpp::source

Callers 14

add_refMethod · 0.85
state_tClass · 0.85
on_subscribeMethod · 0.85
connectMethod · 0.85
state_tClass · 0.85
test_observers.cppFile · 0.85
test_scheduler.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected