MCPcopy Create free account
hub / github.com/cginternals/globjects / appendSource

Method appendSource

source/globjects/source/base/CompositeStringSource.cpp:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void CompositeStringSource::appendSource(AbstractStringSource * source)
33{
34 assert(source != nullptr);
35
36 m_sources.push_back(source);
37 source->registerListener(this);
38 changed();
39}
40
41void CompositeStringSource::notifyChanged(const Changeable *)
42{

Callers 3

processCompositeMethod · 0.80
processMethod · 0.80
processIncludeMethod · 0.80

Calls 1

registerListenerMethod · 0.80

Tested by

no test coverage detected