@inrupt/solid-client-access-grants
    Preparing search index...

    Function getInherit

    • Check whether a given Access Grant applies recursively to child resources or not.

      Parameters

      • vc: DatasetWithId

        The Access Grant/Request

      Returns boolean

      true if the Grant applies to contained resources, false otherwise.

      const isInherited = getInherit(accessGrant);