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

Function _setImage

lib/FileAPI.Flash.js:741–749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

739 }, opts));
740
741 function _setImage(){
742 try {
743 // Get flash-object by id
744 var img = flash.get(flashId);
745 img.setImage(base64);
746 } catch (e){
747 api.log('[err] FlashAPI.Preview.setImage -- can not set "base64":', e);
748 }
749 }
750
751 fn(false, el);
752 el = null;

Callers 1

_makeFlashImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected