Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Phlow/feeling-responsive
/ trim
Function
trim
assets/js/javascript.js:552–555 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
550
}
551
552
function
trim (str) {
553
if
(typeof str ===
'string'
)
return
$.trim(str);
554
return
str;
555
}
556
557
while
(ii--) {
558
p = opts_arr[ii].split(
':'
);
Callers
1
javascript.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected