MCPcopy Index your code
hub / github.com/aiscript-dev/aiscript / primitive-props.ts

File primitive-props.ts

test/primitive-props.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, test } from 'vitest';
2import { NUM, STR, NULL, ARR, OBJ, BOOL, TRUE, FALSE, ERROR ,FN_NATIVE } from '../src/interpreter/value';
3import { exe, eq } from './testutils';
4

Callers

nothing calls this directly

Calls 6

exeFunction · 0.90
eqFunction · 0.90
STRFunction · 0.90
ARRFunction · 0.90
NUMFunction · 0.90
OBJFunction · 0.90

Tested by

no test coverage detected