Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devforth/painterro
/ trim
Function
trim
js/utils.js:77–79 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
75
}
76
77
export
function
trim(s) {
78
return
String(s).replace(/^\s+|\s+$/g,
""
);
79
}
80
81
export
const
KEYS = {
82
y: 89,
Callers
4
setDefaults
Function · 0.90
show
Method · 0.90
openFile
Method · 0.90
constructor
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…