Skip to main content

createaliasnode

Function createaliasnode 

Source
pub fn createaliasnode(name: &str, text: &str, flags: u32) -> alias
Expand description

Build an alias node with the canonical alias shape. Mirrors C addaliasnode(aliastab, name, createaliasnode(text, flags)) at hashtable.c:1230 — caller-side bundle for the hashnode+text+flags inline-build.