MCPcopy
hub / github.com/emberjs/ember.js / Registry

Interface Registry

packages/@ember/controller/index.ts:394–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392*/
393// eslint-disable-next-line @typescript-eslint/no-empty-interface
394export interface Registry extends Record<string, Controller | undefined> {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected