MCPcopy
hub / github.com/buxuku/SmartSub / T

Function T

scripts/test-engine-units.ts:961–961  ·  view source on GitHub ↗
(a: string, b: string, c: string)

Source from the content-addressed store, hash-verified

959
960// --- subtitleSegmentation: tokensToTriples(原生逐 token 毫秒 → 字幕三元组) ---
961const T = (a: string, b: string, c: string): TokenTriple => [a, b, c];
962{
963 // 毫秒 t0/t1 → HH:MM:SS,mmm;段间停顿(gap)由原生 segment-aware 映射保留,原样转成 TokenTriple
964 eq(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected