MCPcopy
hub / github.com/prisma/prisma / sql-commenter.test.ts

File sql-commenter.test.ts

packages/client-engine-runtime/src/sql-commenter.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { SqlCommenterContext, SqlCommenterPlugin } from '@prisma/sqlcommenter'
2import { describe, expect, test, vi } from 'vitest'
3
4import { appendSqlComment, applySqlCommenters, buildSqlComment, formatSqlComment } from './sql-commenter'

Callers

nothing calls this directly

Calls 5

formatSqlCommentFunction · 0.90
applySqlCommentersFunction · 0.90
buildSqlCommentFunction · 0.90
appendSqlCommentFunction · 0.90
testFunction · 0.50

Tested by

no test coverage detected