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

Method dummy

libraries/app/api.cpp:360–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 }
359
360 fc::api<dummy_api> login_api::dummy()
361 {
362 if( !_dummy_api )
363 {
364 _dummy_api = std::make_shared< dummy_api >();
365 }
366 return *_dummy_api;
367 }
368
369 history_api::history_api(application& app)
370 : _app(app)

Callers 1

new_connectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected