Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GitbookIO/gitbook
/ runtime.test.ts
File
runtime.test.ts
packages/expr/src/__tests__/runtime.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'bun:test'
;
2
3
import
{ ExpressionError } from
'../errors'
;
4
import
{ ExpressionRuntime } from
'../runtime'
;
Callers
nothing calls this directly
Calls
4
evaluate
Method · 0.80
safeEvaluate
Method · 0.80
parse
Method · 0.65
generate
Method · 0.65
Tested by
no test coverage detected