Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HttpResourceRequestCallback
Function · 0.85
HttpGameObjectRequestCallback
Function · 0.85
SendJsonEscapedText
Function · 0.85
OutputJsonProperty
Function · 0.85
OutputJsonSceneGraph
Function · 0.85
HttpSceneGraphRequestCallback
Function · 0.85
Calls
1
Send
Function · 0.50
Tested by
no test coverage detected