Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ indent
Method
indent
lib/jsoncpp/src/lib_json/json_writer.cpp:468–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
467
468
void
469
StyledWriter::indent()
470
{
471
indentString_ += std::string( indentSize_,
' '
);
472
}
473
474
475
void
Callers
nothing calls this directly
Calls
1
string
Class · 0.85
Tested by
no test coverage detected