Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ getString
Function
getString
apps/sim/tools/mem0/search_memories.ts:12–13 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
10
}
11
12
const
getString = (value: unknown): string | undefined =>
13
typeof value ===
'string'
? value : undefined
14
15
const
getStringArray = (value: unknown): string[] | undefined =>
16
Array.isArray(value)
Callers
1
search_memories.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected