MCPcopy Create free account
hub / github.com/CasparCG/client / fireInsertRepositoryChangesEvent

Method fireInsertRepositoryChangesEvent

src/Core/EventManager.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void EventManager::fireInsertRepositoryChangesEvent(const InsertRepositoryChangesEvent& event)
30{
31 emit insertRepositoryChanges(event);
32}
33
34void EventManager::fireRepositoryRundownEvent(const RepositoryRundownEvent& event)
35{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected