Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/ai
/ escape-attempts.test.ts
File
escape-attempts.test.ts
packages/ai-isolate-node/tests/escape-attempts.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'vitest'
2
import
{ createNodeIsolateDriver, probeIsolatedVm } from
'../src/isolate-driver'
3
4
const
addonAvailable = probeIsolatedVm().compatible
Callers
nothing calls this directly
Calls
6
probeIsolatedVm
Function · 0.90
createNodeIsolateDriver
Function · 0.90
now
Method · 0.80
runInIsolate
Function · 0.70
execute
Method · 0.45
dispose
Method · 0.45
Tested by
no test coverage detected