We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd808d commit 86f4d64Copy full SHA for 86f4d64
src/remote/remote.h
@@ -263,15 +263,15 @@ class BlobsContainer
263
264
Rbl* locate(SQUAD blob_id);
265
266
- Rbl* BlobsContainer::getFirst()
+ Rbl* getFirst()
267
{
268
if (m_tree.getFirst())
269
return m_tree.current().m_blob;
270
271
return nullptr;
272
}
273
274
- Rbl* BlobsContainer::getNext()
+ Rbl* getNext()
275
276
if (m_tree.getNext())
277
0 commit comments