RepositoryIdLookup class
Lookup table for repository IDs.
Maps repository short IDs to their folder names for filtering. Values sourced from _copilot_guidelines/projects_and_repos.md.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
Static Methods
-
isRepositoryId(
String value) → bool - Check if a value matches a repository ID (case-insensitive).
-
resolveToName(
String value) → String - Resolves a repository ID or name to the actual folder name.