We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b98094 commit 37d39cbCopy full SHA for 37d39cb
src/ray/core_worker/reference_counter_interface.h
@@ -105,6 +105,9 @@ class ReferenceCounterInterface {
105
/// \param[in] object_id The object to to increment the count for.
106
virtual void AddLocalReference(const ObjectID &object_id,
107
std::string_view call_site) = 0; // Changed: read-only param
108
+
109
+ /// Decrease the local reference count for the ObjectID by one.
110
+ ///
111
/// \param[in] object_id The object to decrement the count for.
112
/// \param[out] deleted List to store objects that hit zero ref count.
113
virtual void RemoveLocalReference(const ObjectID &object_id,
0 commit comments