mirror of
https://github.com/stablyai/orca.git
synced 2026-09-27 08:02:35 +00:00
chore: remove unused code
This commit is contained in:
@@ -113,14 +113,6 @@ function ownerScopeKey(owner: string, ownerType: GitHubProjectOwnerType): string
|
||||
return `${owner}\u0000${ownerType}`
|
||||
}
|
||||
|
||||
/** @internal — test-only */
|
||||
export function _resetProjectViewModuleState(): void {
|
||||
ownerTypeCache.clear()
|
||||
parentFieldRetriedByOwner.clear()
|
||||
parentFieldWarningLoggedByOwner.clear()
|
||||
parentFieldProbeInFlight.clear()
|
||||
}
|
||||
|
||||
// ─── Normalizers ───────────────────────────────────────────────────────
|
||||
|
||||
type RawProjectV2Field = {
|
||||
|
||||
Reference in New Issue
Block a user