Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenReservation/OpenReservation
/ isArrayBuffer
Function
isArrayBuffer
OpenReservation/wwwroot/Scripts/angular.js:717–719 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
715
}
716
717
function
isArrayBuffer(obj) {
718
return
toString.call(obj) ===
'[object ArrayBuffer]'
;
719
}
720
721
var
trim =
function
(value) {
722
return
isString(value) ? value.trim() : value;
Callers
1
copy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected