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

Method Save

plugins/http/http-server.cpp:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void HttpServer::Save(obs_data_t *obj) const
235{
236 Item::Save(obj);
237 obs_data_set_int(obj, "port", _port);
238 obs_data_set_bool(obj, "startOnLoad", _startOnLoad);
239}
240
241HttpServer *GetHttpServerByName(const std::string &name)
242{

Callers 2

setupFunction · 0.45
saveHttpServersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected