Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ trim
Function
trim
tools/ngui/static/js/lib/angular.js:439–441 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
437
438
439
function
trim(value) {
440
return
isString(value) ? value.replace(/^\s*/,
''
).replace(/\s*$/,
''
) : value;
441
}
442
443
/**
444
* @ngdoc
function
Callers
8
JQLiteRemoveClass
Function · 0.85
JQLiteAddClass
Function · 0.85
collectDirectives
Function · 0.85
applyDirectivesToNode
Function · 0.85
compileTemplateUrl
Function · 0.85
parseHeaders
Function · 0.85
listener
Function · 0.85
parse
Function · 0.85
Calls
2
isString
Function · 0.85
replace
Method · 0.80
Tested by
no test coverage detected