Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mailru/FileAPI
/ _unwrap
Function
_unwrap
lib/FileAPI.Flash.js:676–682 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
674
675
676
function
_unwrap(fn){
677
try {
678
flash._fn[fn.wid] = null;
679
delete flash._fn[fn.wid];
680
}
681
catch(e){}
682
}
683
684
685
function
_getUrl(url, params){
Callers
2
FileAPI.Flash.js
File · 0.70
_makeFlashImage
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected