MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / context

Method context

src/interfaces/node.h:267–267  ·  view source on GitHub ↗

Get and set internal node context. Useful for testing, but not accessible across processes.

Source from the content-addressed store, hash-verified

265 //! Get and set internal node context. Useful for testing, but not
266 //! accessible across processes.
267 virtual node::NodeContext* context() { return nullptr; }
268 virtual void setContext(node::NodeContext* context) { }
269};
270

Callers 11

SyncUpWalletFunction · 0.45
SetupDescriptorsWalletFunction · 0.45
initModelForWalletMethod · 0.45
FatalErrorfMethod · 0.45
InitMethod · 0.45
StopMethod · 0.45
WalletMigrationFunction · 0.45
nanobench.hFile · 0.45
IpcImplClass · 0.45

Calls

no outgoing calls

Tested by 4

SyncUpWalletFunction · 0.36
SetupDescriptorsWalletFunction · 0.36
initModelForWalletMethod · 0.36