Bitcoin Core 32.99.0
P2P Digital Currency
Functions
node.cpp File Reference
#include <bitcoin-build-config.h>
#include <rpc/register.h>
#include <chainparams.h>
#include <index/base.h>
#include <index/blockfilterindex.h>
#include <index/coinstatsindex.h>
#include <index/txindex.h>
#include <index/txospenderindex.h>
#include <interfaces/chain.h>
#include <interfaces/echo.h>
#include <interfaces/init.h>
#include <interfaces/ipc.h>
#include <kernel/cs_main.h>
#include <logging.h>
#include <node/context.h>
#include <rpc/protocol.h>
#include <rpc/request.h>
#include <rpc/server.h>
#include <rpc/server_util.h>
#include <rpc/util.h>
#include <scheduler.h>
#include <support/lockedpool.h>
#include <sync.h>
#include <tinyformat.h>
#include <univalue.h>
#include <util/check.h>
#include <util/time.h>
#include <validationinterface.h>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <limits>
#include <memory>
#include <optional>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
#include <string_view>
Include dependency graph for node.cpp:

Go to the source code of this file.

Functions

static RPCMethod setmocktime ()
 
static RPCMethod mockscheduler ()
 
static UniValue RPCLockedMemoryInfo ()
 
static RPCMethod getmemoryinfo ()
 
static void EnableOrDisableLogCategories (UniValue cats, bool enable)
 
static RPCMethod logging ()
 
static RPCMethod echo (const std::string &name)
 
static RPCMethod echo ()
 
static RPCMethod echojson ()
 
static RPCMethod echoipc ()
 
static UniValue SummaryToJSON (const IndexSummary &&summary, std::string index_name)
 
static RPCMethod getindexinfo ()
 
void RegisterNodeRPCCommands (CRPCTable &t)
 

Function Documentation

◆ echo() [1/2]

static RPCMethod echo ( )
static

Definition at line 319 of file node.cpp.

Here is the call graph for this function:

◆ echo() [2/2]

static RPCMethod echo ( const std::string &  name)
static

Definition at line 286 of file node.cpp.

Here is the caller graph for this function:

◆ echoipc()

static RPCMethod echoipc ( )
static

Definition at line 322 of file node.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ echojson()

static RPCMethod echojson ( )
static

Definition at line 320 of file node.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnableOrDisableLogCategories()

static void EnableOrDisableLogCategories ( UniValue  cats,
bool  enable 
)
static

Definition at line 217 of file node.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getindexinfo()

static RPCMethod getindexinfo ( )
static

Definition at line 372 of file node.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getmemoryinfo()

static RPCMethod getmemoryinfo ( )
static

Definition at line 162 of file node.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ logging()

static RPCMethod logging ( )
static

Definition at line 235 of file node.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mockscheduler()

static RPCMethod mockscheduler ( )
static

Definition at line 97 of file node.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RegisterNodeRPCCommands()

void RegisterNodeRPCCommands ( CRPCTable t)

Definition at line 423 of file node.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RPCLockedMemoryInfo()

static UniValue RPCLockedMemoryInfo ( )
static

Definition at line 130 of file node.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setmocktime()

static RPCMethod setmocktime ( )
static

Definition at line 54 of file node.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SummaryToJSON()

static UniValue SummaryToJSON ( const IndexSummary &&  summary,
std::string  index_name 
)
static

Definition at line 360 of file node.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: