FormatScript

Format a script as a compact single-line string for logging and display.

Synopsis

Declared in <core_io.h>

std::string
FormatScript(CScript const& script);

Return Value

The formatted script text.

Parameters

NameDescription
scriptScript to format.