MCPcopy Create free account
hub / github.com/electric-sql/pglite / string-utils.test.ts

File string-utils.test.ts

packages/pg-protocol/test/string-utils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest'
2import { byteLengthUtf8 } from '../src/string-utils' // Adjust the import based on your file structure
3
4describe('byteLengthUtf8', () => {

Callers

nothing calls this directly

Calls 2

byteLengthUtf8Function · 0.90
describeFunction · 0.85

Tested by

no test coverage detected