Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ getNumber
Function
getNumber
apps/sim/tools/mem0/search_memories.ts:20–21 ·
view source on GitHub ↗
(value: unknown, fallback = 0)
Source
from the content-addressed store, hash-verified
18
: undefined
19
20
const
getNumber = (value: unknown, fallback = 0): number =>
21
typeof value ===
'number'
? value : fallback
22
23
/**
24
* Search Memories Tool
Callers
1
search_memories.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected