@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface InspectFnPropsQueryResult {
        ".meta": BaseQueryMeta;
        props: Record<NodeId, StatedProps>;
        roles: Record<NodeId, FunctionArgumentRoles>;
    }

    Hierarchy (View Summary)

    Index
    ".meta": BaseQueryMeta
    props: Record<NodeId, StatedProps>

    per function definition, what its body states about the function itself

    per function definition, the ArgProp mask of the formals that carry one, strictness included