Skip to main content

enablehashnode

Function enablehashnode 

Source
pub fn enablehashnode<T: HashNodeFlags>(
    hn: &mut HashMap<String, T>,
    flags: &str,
) -> bool
Expand description

Port of enablehashnode(HashNode hn, UNUSED(int flags)) from Src/hashtable.c:332.

C body: hn->flags &= ~DISABLED;. Inverse of disablehashnode.