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

Function SendText

engine/engine/src/engine_service.cpp:535–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533 }
534
535 static dmWebServer::Result SendText(dmWebServer::Request* request, const char* str)
536 {
537 return dmWebServer::Send(request, str, strlen(str));
538 }
539
540
541 //

Callers 6

SendJsonEscapedTextFunction · 0.85
OutputJsonPropertyFunction · 0.85
OutputJsonSceneGraphFunction · 0.85

Calls 1

SendFunction · 0.50

Tested by

no test coverage detected