Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlueAndi/Pixelix
/ begin
Method
begin
src/Web/MyWebServer.cpp:112–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void MyWebServer::begin()
113
{
114
/* Start webserver */
115
gWebServer.begin();
116
}
117
118
void MyWebServer::end()
119
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected