MCPcopy Create free account
hub / github.com/CashScript/cashscript / Location.test.ts

File Location.test.ts

packages/cashc/test/ast/Location.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import fs from 'fs';
2import { URL } from 'url';
3import { compileString, parseCode } from '../../src/compiler.js';
4import { buildLineToAsmMap, bytecodeToAsm, bytecodeToScript } from '@cashscript/utils';

Callers

nothing calls this directly

Calls 7

bytecodeToAsmFunction · 0.90
buildLineToAsmMapFunction · 0.90
bytecodeToScriptFunction · 0.90
parseCodeFunction · 0.85
wrapFunction · 0.85
compileStringFunction · 0.85
textMethod · 0.80

Tested by

no test coverage detected