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

Function pctrie_is_empty

freebsd/sys/pctrie.h:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145static __inline bool
146pctrie_is_empty(struct pctrie *ptree)
147{
148
149 return (ptree->pt_root == 0);
150}
151
152/*
153 * These widths should allow the pointers to a node's children to fit within

Callers 2

rangeset_copyFunction · 0.85
freevnodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected