Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ formatTokens
Function
formatTokens
src/utils/format.ts:133–135 ·
view source on GitHub ↗
(count: number)
Source
from the content-addressed store, hash-verified
131
}
132
133
export
function
formatTokens(count: number): string {
134
return
formatNumber(count).replace(
'.0'
,
''
)
135
}
136
137
type
RelativeTimeStyle =
'long'
|
'short'
|
'narrow'
138
Callers
15
ContextVisualization
Function · 0.85
_temp27
Function · 0.85
_temp26
Function · 0.85
_temp24
Function · 0.85
_temp23
Function · 0.85
_temp21
Function · 0.85
_temp20
Function · 0.85
_temp16
Function · 0.85
_temp14
Function · 0.85
_temp13
Function · 0.85
_temp1
Function · 0.85
IdleReturnDialog
Function · 0.85
Calls
1
formatNumber
Function · 0.85
Tested by
no test coverage detected