Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/JakeChampion/fetch
/ isDataView
Function
isDataView
fetch.js:27–29 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
25
}
26
27
function
isDataView(obj) {
28
return
obj && DataView.prototype.isPrototypeOf(obj)
29
}
30
31
if
(support.arrayBuffer) {
32
var
viewClasses = [
Callers
1
Body
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…