MCPcopy
hub / github.com/a-ghorbani/pocketpal-ai / has

Method has

src/services/talents/TalentRegistry.ts:21–23  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

19 }
20
21 has(name: string): boolean {
22 return this.engines.has(name);
23 }
24
25 /** Return all registered engines. */
26 getAll(): TalentEngine[] {

Callers 15

react-native-fs.jsFile · 0.45
toggleExpandedFunction · 0.45
renderEngineGroupFunction · 0.45
SidebarContent.tsxFile · 0.45
resolveBannerVariantFunction · 0.45
stepToApiMessagesFunction · 0.45
setBannerDismissedMethod · 0.45
markPalLoadHintSeenMethod · 0.45
ModelStoreClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected