MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / setVariable

Method setVariable

libinstall/src/VariableHandler.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void VariableHandler::setVariable(const TCHAR *variableName, const TCHAR *value)
32{
33 tstring tVariableName = variableName;
34 (*_variables)[tVariableName] = value;
35
36}
37
38void VariableHandler::replaceVariables(tstring &source)
39{

Callers 4

removeMethod · 0.80
runStepsMethod · 0.80
initMethod · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected