MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / RemoveValueList

Method RemoveValueList

cpp/src/Node.cpp:2749–2756  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Helper to remove an existing list value from the value store -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2747// Helper to remove an existing list value from the value store
2748//-----------------------------------------------------------------------------
2749void Node::RemoveValueList
2750(
2751 ValueList* _value
2752)
2753{
2754 ValueStore* store = GetValueStore();
2755 store->RemoveValue( _value->GetID().GetValueStoreKey() );
2756}
2757
2758//-----------------------------------------------------------------------------
2759// <Node::CreateValueFromXML>

Callers 1

CreateVarsMethod · 0.80

Calls 1

RemoveValueMethod · 0.45

Tested by

no test coverage detected