MCPcopy Create free account
hub / github.com/F-Stack/f-stack / get_last_entry

Function get_last_entry

freebsd/netinet/in_fib_algo.c:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262static struct bsearch4_record *
263get_last_entry(struct bsearch4_array *ba)
264{
265
266 return (&ba->arr[ba->num_items - 1]);
267}
268
269/*
270 *

Callers 2

pop_stack_entryFunction · 0.85
bsearch4_process_recordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected