MCPcopy Index your code
hub / github.com/aiscript-dev/aiscript / OBJ

Function OBJ

src/interpreter/value.ts:120–123  ·  view source on GitHub ↗
(obj: VObj['value'])

Source from the content-addressed store, hash-verified

118});
119
120export const OBJ = (obj: VObj['value']): VObj => ({
121 type: 'obj' as const,
122 value: obj,
123});
124
125export const ARR = (arr: VArr['value']): VArr => ({
126 type: 'arr' as const,

Callers 12

newline.tsFile · 0.90
index.tsFile · 0.90
literals.tsFile · 0.90
interpreter.tsFile · 0.90
primitive-props.tsFile · 0.90
jump-statements.tsFile · 0.90
std.tsFile · 0.90
__evalMethod · 0.85
__evalSyncMethod · 0.85
jsToValFunction · 0.85
getMethod · 0.85
std.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected