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

Method get_objects

libraries/app/database_api.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207//////////////////////////////////////////////////////////////////////
208
209fc::variants database_api::get_objects(const vector<object_id_type>& ids)const
210{
211 return my->get_objects( ids );
212}
213
214fc::variants database_api_impl::get_objects(const vector<object_id_type>& ids)const
215{

Callers 3

get_objectMethod · 0.80
update_worker_votesMethod · 0.80
get_objectMethod · 0.80

Calls 8

subscribe_to_itemMethod · 0.95
spaceMethod · 0.80
find_objectMethod · 0.80
typeMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
to_variantMethod · 0.45

Tested by

no test coverage detected