Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cursor/cookbook
/ compactText
Function
compactText
sdk/coding-agent-cli/src/tui/App.tsx:947–949 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
945
}
946
947
function compactText(text: string) {
948
return text.replace(/\s+/g,
" "
).trim()
949
}
950
951
function formatToolStatus(status: string) {
952
switch (status) {
Callers
1
applyAgentEvent
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected