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

Function BOOL

src/interpreter/value.ts:115–118  ·  view source on GitHub ↗
(bool: VBool['value'])

Source from the content-addressed store, hash-verified

113});
114
115export const BOOL = (bool: VBool['value']): VBool => ({
116 type: 'bool' as const,
117 value: bool,
118});
119
120export const OBJ = (obj: VObj['value']): VObj => ({
121 type: 'obj' as const,

Callers 10

newline.tsFile · 0.90
index.tsFile · 0.90
literals.tsFile · 0.90
syntax.tsFile · 0.90
jump-statements.tsFile · 0.90
std.tsFile · 0.90
__evalMethod · 0.85
__evalSyncMethod · 0.85
jsToValFunction · 0.85
std.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected