Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ Server
Method
Server
engine/dlib/src/dlib/webserver.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
struct Server
43
{
44
Server()
45
{
46
m_StringBytesAllocated = 0;
47
}
48
49
dmHttpServer::HServer m_HttpServer;
50
dmArray<HandlerData> m_Handlers;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36