MCPcopy Create free account
hub / github.com/couchbase/forestdb / avl_node

Class avl_node

src/blockcache.cc:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138};
139
140INLINE int _dirty_cmp(struct avl_node *a, struct avl_node *b, void *aux)
141{
142 struct dirty_item *aa, *bb;
143 aa = _get_entry(a, struct dirty_item, avl);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected