Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
node: function(graphNode){
return this.appendChild(File.getSlot(graphNode.id));
},
initNode: function(){},
map: function(runtimeFile){
return AppFile.getSlot(runtimeFile.data.filename);
}
});