MCPcopy Index your code
hub / github.com/mailru/FileAPI / _wrap

Function _wrap

lib/FileAPI.Flash.js:669–673  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

667 }
668
669 function _wrap(fn){
670 var id = fn.wid = api.uid();
671 flash._fn[id] = fn;
672 return 'FileAPI.Flash._fn.'+id;
673 }
674
675
676 function _unwrap(fn){

Callers 2

FileAPI.Flash.jsFile · 0.70
_makeFlashImageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected