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

File std.ts

test/std.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as assert from 'assert';
2import { describe, test } from 'vitest';
3import { utils } from '../src';
4import { NUM, STR, NULL, ARR, OBJ, BOOL, TRUE, FALSE, ERROR ,FN_NATIVE } from '../src/interpreter/value';

Callers

nothing calls this directly

Calls 8

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

Tested by

no test coverage detected