Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ strings
Method
strings
source/globjects/source/base/CompositeStringSource.cpp:59–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
std::vector<std::string> CompositeStringSource::strings() const
60
{
61
if (m_dirty)
62
update();
63
64
return m_strings;
65
}
66
67
void CompositeStringSource::flattenInto(std::vector<const AbstractStringSource*>& vector) const
68
{
Callers
1
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected