Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SuperMap/iClient-JavaScript
/ _trim
Function
_trim
libs/echarts/echarts-en.simple.js:18849–18851 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
18847
var
RADIAN_EPSILON = 1e-4;
18848
18849
function
_trim(str) {
18850
return
str.replace(/^\s+|\s+$/g,
''
);
18851
}
18852
18853
/**
18854
* Linear mapping a value from domain to range
Callers
1
parsePercent$1
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected