Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-grid
/ isArrayBuffer
Function
isArrayBuffer
lib/test/angular/1.6.7/angular.js:870–872 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
868
}
869
870
function
isArrayBuffer(obj) {
871
return
toString.call(obj) ===
'[object ArrayBuffer]'
;
872
}
873
874
875
var
trim =
function
(value) {
Callers
1
copy
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected