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

Method strings

source/globjects/source/base/AbstractStringSource.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9std::vector<std::string> AbstractStringSource::strings() const
10{
11 std::vector<std::string> stringList;
12 stringList.push_back(string());
13 return stringList;
14}
15
16std::vector<const AbstractStringSource*> AbstractStringSource::flatten() const
17{

Callers 1

updateSourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected