Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ setstr
Function
setstr
externals/simplecpp/simplecpp.h:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
return string;
168
}
169
void setstr(const std::string &s) {
170
string = s;
171
flags();
172
}
173
174
bool isOneOf(const char ops[]) const;
175
bool startsWithOneOf(const char c[]) const;
Callers
nothing calls this directly
Calls
1
flags
Function · 0.85
Tested by
no test coverage detected