MCPcopy 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
870function isArrayBuffer(obj) {
871 return toString.call(obj) === '[object ArrayBuffer]';
872}
873
874
875var trim = function(value) {

Callers 1

copyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected