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

Method RepositoryChangeModel

src/Repository/Models/RepositoryChangeModel.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "RepositoryChangeModel.h"
2
3RepositoryChangeModel::RepositoryChangeModel(const QString& type, const QString& storyId, const QString& data)
4 : type(type), storyId(storyId), data(data)
5{
6}
7
8const QString& RepositoryChangeModel::getType() const
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected