MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / misc.test.ts

File misc.test.ts

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

Source from the content-addressed store, hash-verified

1import { assert, describe, it } from 'vitest'
2import MagicString from '../utils/IntegrityCheckingMagicString.ts'
3
4describe('magicString', () => {

Callers

nothing calls this directly

Calls 15

updateMethod · 0.80
isEmptyMethod · 0.45
prependMethod · 0.45
appendMethod · 0.45
removeMethod · 0.45
toStringMethod · 0.45
appendRightMethod · 0.45
appendLeftMethod · 0.45
lengthMethod · 0.45
lastCharMethod · 0.45
lastLineMethod · 0.45
overwriteMethod · 0.45

Tested by

no test coverage detected