Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
std::string indent(const std::string& text)
7
{
8
return vili::utils::string::replace(text,
"\n"
,
"\n "
);
9
}
10
11
namespace vili
12
{
Callers
11
dump_object
Method · 0.70
calcLength
Method · 0.50
addIndentAndSuffix
Method · 0.50
print_position
Method · 0.50
start
Method · 0.50
success
Method · 0.50
failure
Method · 0.50
raise
Method · 0.50
unwind
Method · 0.50
apply
Method · 0.50
apply0
Method · 0.50
Calls
1
replace
Function · 0.70
Tested by
no test coverage detected