Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
478
void server::start() { impl_->start(); }
479
spl::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
run
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected