Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ fn
Function
fn
apps/sim/executor/variables/resolvers/reference.test.ts:173–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
171
172
it.concurrent(
'should return function values'
, () => {
173
const
fn = () =>
'test'
174
const
obj = { callback: fn }
175
expect(navigatePath(obj, [
'callback'
])).toBe(fn)
176
})
Callers
2
cloud-backend.test.ts
File · 0.50
withQueueLock
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected