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

Function STR

src/interpreter/value.ts:110–113  ·  view source on GitHub ↗
(str: VStr['value'])

Source from the content-addressed store, hash-verified

108});
109
110export const STR = (str: VStr['value']): VStr => ({
111 type: 'str' as const,
112 value: str,
113});
114
115export const BOOL = (bool: VBool['value']): VBool => ({
116 type: 'bool' as const,

Callers 15

identifiers.tsFile · 0.90
index.tsFile · 0.90
literals.tsFile · 0.90
syntax.tsFile · 0.90
interpreter.tsFile · 0.90
primitive-props.tsFile · 0.90
jump-statements.tsFile · 0.90
sync.tsFile · 0.90
std.tsFile · 0.90
types.tsFile · 0.90
constructorMethod · 0.85
__evalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected