Function hasAccess

  • Internal

    Checks if a given user/group has access to this item

    Parameters

    • $: V_Context
    • inode: Pick<InodeLike, "mode" | "uid" | "gid">
    • access: number

      The requested access, combination of W_OK, R_OK, and X_OK

    Returns boolean