MCPcopy Index your code
hub / github.com/simstudioai/sim / function-handler.test.ts

File function-handler.test.ts

apps/sim/executor/handlers/function/function-handler.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, expect, it, type Mock, vi } from 'vitest'
2import { DEFAULT_EXECUTION_TIMEOUT_MS } from '@/lib/execution/constants'
3import { BlockType } from '@/executor/constants'
4import { FunctionBlockHandler } from '@/executor/handlers/function/function-handler'

Callers

nothing calls this directly

Calls 2

canHandleMethod · 0.65
executeMethod · 0.65

Tested by

no test coverage detected