Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ ReadNotificationArgs
Function
ReadNotificationArgs
src/node/kernel_notifications.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
110
void ReadNotificationArgs(const ArgsManager& args, KernelNotifications& notifications)
111
{
112
if (auto value{args.GetIntArg(
"-stopatheight"
)}) notifications.m_stop_at_height = *value;
113
}
114
115
} // namespace node
Callers
1
AppInitMain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected