Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/a-ghorbani/pocketpal-ai
/ find
Method
find
__mocks__/external/@nozbe/watermelondb.js:77–79 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
75
76
// Find a record by ID
77
find(id) {
78
return
Promise.resolve(this._records.find(record => record.id === id));
79
}
80
81
// Add any other methods you need
82
}
Callers
15
benchmarkStore.ts
File · 0.80
hfStore.ts
File · 0.80
constructor
Method · 0.80
lastUsedModel
Method · 0.80
activeModel
Method · 0.80
query
Method · 0.80
ChatEmptyPlaceholder.tsx
File · 0.80
Selector
Function · 0.80
ChatGenerationSettingsSheet
Function · 0.80
TalentSurface
Function · 0.80
ChatPalModelPickerSheet.tsx
File · 0.80
ChatInput.tsx
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected