MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / chunker.test.ts

File chunker.test.ts

packages/node-runtime/src/semantic-index/chunker.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from 'node:assert/strict'
2import test from 'node:test'
3import { chunkMessages, isSemanticVoid, type ChunkMessageInput, type ChunkSource } from './chunker'
4import { DEFAULT_CHUNKER_CONFIG, type ChunkerConfig } from './chunker-config'

Callers

nothing calls this directly

Calls 3

isSemanticVoidFunction · 0.90
chunkMessagesFunction · 0.90
msgFunction · 0.70

Tested by

no test coverage detected