MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / DoublyLinkedListNodeDestroy

Function DoublyLinkedListNodeDestroy

source/src/utils/doublylinkedlist.c:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void DoublyLinkedListNodeDestroy(const DoublyLinkedList *const list,
46 DoublyLinkedListNode **node) {
47 OPENER_ASSERT(list->deallocator != NULL)
48 list->deallocator(node);
49}
50
51void DoublyLinkedListInsertAtHead(DoublyLinkedList *const list,
52 void *data) {

Callers 2

DoublyLinkedListDestroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected