MCPcopy Index your code
hub / github.com/simstudioai/sim / tokensToChars

Function tokensToChars

apps/sim/lib/chunkers/utils.ts:9–11  ·  view source on GitHub ↗
(tokens: number)

Source from the content-addressed store, hash-verified

7}
8
9export function tokensToChars(tokens: number): number {
10 return tokens * 4
11}
12
13export function cleanText(text: string): string {
14 return text

Callers 12

chunkMethod · 0.90
splitRecursivelyMethod · 0.90
chunkMethod · 0.90
splitRecursivelyMethod · 0.90
chunkMethod · 0.90
utils.test.tsFile · 0.90
chunkMethod · 0.90
chunkMethod · 0.90
mergeSegmentsMethod · 0.90
buildChunksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected