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

Class avl_node

src/iterator.cc:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static int _fdb_seqnum_cmp(struct avl_node *a, struct avl_node *b, void *aux)
65{
66 struct snap_wal_entry *aa, *bb;
67 aa = _get_entry(a, struct snap_wal_entry, avl_seq);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected