MCPcopy Create free account
hub / github.com/cryptonomex/graphene / set_subscribe_callback

Method set_subscribe_callback

libraries/app/database_api.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247//////////////////////////////////////////////////////////////////////
248
249void database_api::set_subscribe_callback( std::function<void(const variant&)> cb, bool clear_filter )
250{
251 my->set_subscribe_callback( cb, clear_filter );
252}
253
254void database_api_impl::set_subscribe_callback( std::function<void(const variant&)> cb, bool clear_filter )
255{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected