MCPcopy Create free account
hub / github.com/bitshares/bitshares-core / get_objects

Method get_objects

libraries/app/database_api.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133//////////////////////////////////////////////////////////////////////
134
135fc::variants database_api::get_objects( const vector<object_id_type>& ids, optional<bool> subscribe )const
136{
137 return my->get_objects( ids, subscribe );
138}
139
140fc::variants database_api_impl::get_objects( const vector<object_id_type>& ids, optional<bool> subscribe )const
141{

Callers 6

get_htlcMethod · 0.80
update_worker_votesMethod · 0.80
get_objectMethod · 0.80
get_objectMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 5

find_objectMethod · 0.80
to_variantMethod · 0.80
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64