MCPcopy Create free account
hub / github.com/defold/defold / SendIndent

Function SendIndent

engine/engine/src/engine_service.cpp:702–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700 }
701
702 static void SendIndent(dmWebServer::Request* request, int indent)
703 {
704 const char buf[4] = {' ', ' ', ' ', ' '};
705 for (int i = 0; i < indent; ++i)
706 dmWebServer::Send(request, buf, sizeof(buf));
707 }
708
709 static void SendJsonEscapedText(dmWebServer::Request* request, const char* text)
710 {

Callers 2

OutputJsonPropertyFunction · 0.85
OutputJsonSceneGraphFunction · 0.85

Calls 1

SendFunction · 0.50

Tested by

no test coverage detected