MCPcopy Create free account
hub / github.com/VincentWei/MiniGUI / list_move

Function list_move

src/include/list.h:180–189  ·  view source on GitHub ↗

* list_move - move the entries from a list to another list. * @src: the source list; the entries in the source list will be deleted. * @dest: the destination list, the list will be initialized to empty * before moving the entries. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

reorder_runs_recurseFunction · 0.85
list_reverseFunction · 0.85

Calls 3

list_emptyFunction · 0.85
list_delFunction · 0.85
list_add_tailFunction · 0.85

Tested by

no test coverage detected