MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / indent

Function indent

extlibs/vili/src/node.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <vili/utils.hpp>
5
6std::string indent(const std::string& text)
7{
8 return vili::utils::string::replace(text, "\n", "\n ");
9}
10
11namespace vili
12{

Callers 11

dump_objectMethod · 0.70
calcLengthMethod · 0.50
addIndentAndSuffixMethod · 0.50
print_positionMethod · 0.50
startMethod · 0.50
successMethod · 0.50
failureMethod · 0.50
raiseMethod · 0.50
unwindMethod · 0.50
applyMethod · 0.50
apply0Method · 0.50

Calls 1

replaceFunction · 0.70

Tested by

no test coverage detected