MCPcopy 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

withQueueLockMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected