Bitcoin Core  27.99.0
P2P Digital Currency
Functions
univalue_write.cpp File Reference
#include <univalue.h>
#include <univalue_escapes.h>
#include <memory>
#include <string>
#include <vector>
Include dependency graph for univalue_write.cpp:

Go to the source code of this file.

Functions

static std::string json_escape (const std::string &inS)
 
static void indentStr (unsigned int prettyIndent, unsigned int indentLevel, std::string &s)
 

Function Documentation

◆ indentStr()

static void indentStr ( unsigned int  prettyIndent,
unsigned int  indentLevel,
std::string &  s 
)
static

Definition at line 65 of file univalue_write.cpp.

Here is the caller graph for this function:

◆ json_escape()

static std::string json_escape ( const std::string &  inS)
static

Definition at line 12 of file univalue_write.cpp.

Here is the caller graph for this function: