Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mailru/FileAPI
/ _getDataTransfer
Function
_getDataTransfer
lib/FileAPI.core.js:1649–1651 ·
view source on GitHub ↗
(evt)
Source
from the content-addressed store, hash-verified
1647
1648
1649
function
_getDataTransfer(evt){
1650
return
(evt.originalEvent || evt ||
''
).dataTransfer || {};
1651
}
1652
1653
1654
function
_isOriginTransform(trans){
Callers
1
FileAPI.core.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected