----------------------------------------------------------------------------- Get the value object with the specified ID -----------------------------------------------------------------------------
| 2862 | // Get the value object with the specified ID |
| 2863 | //----------------------------------------------------------------------------- |
| 2864 | Value* Node::GetValue |
| 2865 | ( |
| 2866 | ValueID const& _id |
| 2867 | ) |
| 2868 | { |
| 2869 | // This increments the value's reference count |
| 2870 | return GetValueStore()->GetValue( _id.GetValueStoreKey() ); |
| 2871 | } |
| 2872 | |
| 2873 | //----------------------------------------------------------------------------- |
| 2874 | // <Node::GetValue> |
no test coverage detected