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.
2 parents 52f2601 + 7422b2a commit 38afd2dCopy full SHA for 38afd2d
commit-slab.h
@@ -24,7 +24,12 @@
24
* - int *indegree_peek(struct indegree *, struct commit *);
25
*
26
* This function is similar to indegree_at(), but it will return NULL
27
- * until a call to indegree_at() was made for the commit.
+ * if the location to store the data associated with the given commit
28
+ * has not been allocated yet.
29
+ * Note that the location to store the data might have already been
30
+ * allocated even if no indegree_at() call has been made for that commit
31
+ * yet; in this case this function returns a pointer to a
32
+ * zero-initialized location.
33
34
* - void init_indegree(struct indegree *);
35
* void init_indegree_with_stride(struct indegree *, int);
0 commit comments