MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / getScore

Function getScore

ServerEditorWeb/ace/ext-whitespace.js:32–37  ·  view source on GitHub ↗
(indent)

Source from the content-addressed store, hash-verified

30 }
31
32 function getScore(indent) {
33 var score = 0;
34 for (var i = indent; i < stats.length; i += indent)
35 score += stats[i] || 0;
36 return score;
37 }
38
39 var changesTotal = changes.reduce(function(a,b){return a+b}, 0);
40

Callers 1

ext-whitespace.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected