app_or_root

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "app_or_root".
... in permissions.naml
128
129
130
131
132
133
<macro name="app_or_root" requires="node" dot_parameter="do">
    <n.if.is_in_app>
        <then.get_app_node.do/>
        <else.root_node.do/>
    </n.if.is_in_app>
</macro>