Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ clearReplacements
Method
clearReplacements
source/globjects/source/base/StringTemplate.cpp:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void StringTemplate::clearReplacements()
56
{
57
m_replacements.clear();
58
invalidate();
59
}
60
61
void StringTemplate::replace(const std::string & original, const std::string & str)
62
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected