MCPcopy
hub / github.com/BrainJS/brain.js / fileName

Function fileName

browser.js:4007–4011  ·  view source on GitHub ↗
(fnName)

Source from the content-addressed store, hash-verified

4005 }
4006
4007 function fileName(fnName) {
4008 return 'src/recurrent/matrix/' + fnName.replace(/[A-Z]/g, function (value) {
4009 return '-' + value.toLowerCase();
4010 }) + '.js';
4011 }
4012
4013 var statesRaw = [];
4014 var usedFunctionNames = {};

Callers 3

browser.jsFile · 0.85
toFunctionMethod · 0.85
toFunctionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected