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

Function AppInitInterfaces

src/init.cpp:1240–1244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1238}
1239
1240bool AppInitInterfaces(NodeContext& node)
1241{
1242 node.chain = node.init->makeChain();
1243 return true;
1244}
1245
1246bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
1247{

Callers 2

AppInitFunction · 0.85
baseInitializeMethod · 0.85

Calls 1

makeChainMethod · 0.45

Tested by

no test coverage detected