Vana SDK - v4.1.0
    Preparing search index...

    Function derivedScopeViolatesNaming

    • The naming rule: a derived scope and a source scope must not share their first dot-segment, because a prefix.* grant would then cover both and leak across the lineage edge. Mirrors the Personal Server's check (LINEAGE_SCOPE_UNDER_SOURCE_PREFIX).

      Parameters

      • derivedScope: string
      • sourceScope: string

      Returns boolean