MCPcopy Create free account
hub / github.com/ElementsProject/elements / baseInitialize

Method baseInitialize

src/node/interfaces.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 bilingual_str getWarnings() override { return GetWarnings(true); }
90 uint32_t getLogCategories() override { return LogInstance().GetCategoryMask(); }
91 bool baseInitialize() override
92 {
93 return AppInitBasicSetup(gArgs) && AppInitParameterInteraction(gArgs) && AppInitSanityChecks() &&
94 AppInitLockDataDirectory() && AppInitInterfaces(*m_context);
95 }
96 bool appInitMain(interfaces::BlockAndHeaderTipInfo* tip_info) override
97 {
98 return AppInitMain(*m_context, tip_info);

Callers

nothing calls this directly

Calls 5

AppInitBasicSetupFunction · 0.85
AppInitSanityChecksFunction · 0.85
AppInitLockDataDirectoryFunction · 0.85
AppInitInterfacesFunction · 0.85

Tested by

no test coverage detected