Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
262
static struct bsearch4_record *
263
get_last_entry(struct bsearch4_array *ba)
264
{
265
266
return (&ba->arr[ba->num_items - 1]);
267
}
268
269
/*
270
*
Callers
2
pop_stack_entry
Function · 0.85
bsearch4_process_record
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected