Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.45
toggleExpanded
Function · 0.45
renderEngineGroup
Function · 0.45
DownloadOverlay.tsx
File · 0.45
SidebarContent.tsx
File · 0.45
resolveBannerVariant
Function · 0.45
stepToApiMessages
Function · 0.45
cleanupOrphanedThumbnails
Function · 0.45
setBannerDismissed
Method · 0.45
markPalLoadHintSeen
Method · 0.45
toggleSessionSelection
Method · 0.45
ModelStore
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected