MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / Load

Method Load

plugins/http/http-server.cpp:224–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void HttpServer::Load(obs_data_t *obj)
225{
226 Item::Load(obj);
227 _port = (int)obs_data_get_int(obj, "port");
228 _startOnLoad = obs_data_get_bool(obj, "startOnLoad");
229 if (_startOnLoad) {
230 Start();
231 }
232}
233
234void HttpServer::Save(obs_data_t *obj) const
235{

Callers 2

setupFunction · 0.45
loadHttpServersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected