MCPcopy Create free account
hub / github.com/CasparCG/server / start

Method start

src/shell/server.cpp:478–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476{
477}
478void server::start() { impl_->start(); }
479spl::shared_ptr<protocol::amcp::amcp_command_repository> server::get_amcp_command_repository() const
480{
481 return spl::make_shared_ptr(impl_->amcp_command_repo_);

Callers 1

runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected