Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
9
export
function
tokensToChars(tokens: number): number {
10
return
tokens * 4
11
}
12
13
export
function
cleanText(text: string): string {
14
return
text
Callers
12
chunk
Method · 0.90
applyOverlapFromGroups
Method · 0.90
splitRecursively
Method · 0.90
chunk
Method · 0.90
splitRecursively
Method · 0.90
chunk
Method · 0.90
utils.test.ts
File · 0.90
chunk
Method · 0.90
chunk
Method · 0.90
expandOversizedSegments
Method · 0.90
mergeSegments
Method · 0.90
buildChunks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected