MCPcopy Index your code
hub / github.com/deepnote/deepnote / format-detection.test.ts

File format-detection.test.ts

packages/convert/src/format-detection.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest'
2import { UnsupportedFormatError } from './errors'
3import { detectFormat, isMarimoContent, isPercentContent, tryDetectFormat } from './format-detection'
4

Callers

nothing calls this directly

Calls 4

isMarimoContentFunction · 0.90
isPercentContentFunction · 0.90
detectFormatFunction · 0.90
tryDetectFormatFunction · 0.90

Tested by

no test coverage detected