Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ SetAttribute
Method
SetAttribute
lib/mdflib/mdflib/src/ixmlnode.cpp:216–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
215
template <>
216
void IXmlNode::SetAttribute(const std::string &key, const bool &value) {
217
attribute_list_.insert({key, value ?
"true"
:
"false"
});
218
}
219
220
} // namespace mdf
Callers
1
ixmlnode.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected