MCPcopy Create free account
hub / github.com/codecombat/codecombat / fingerprint

Method fingerprint

app/collections/Levels.js:88–91  ·  view source on GitHub ↗
(code, language)

Source from the content-addressed store, hash-verified

86 }
87
88 fingerprint (code, language) {
89 // Add a zero-width-space at the end of every comment line
90 return this.constructor.fingerprintHelper(code, language)
91 }
92
93 static fingerprintHelper (code, language) {
94 switch (language) {

Callers 3

getSolutionsMapMethod · 0.95
onClickSolutionTabMethod · 0.80
afterRenderMethod · 0.80

Calls 1

fingerprintHelperMethod · 0.80

Tested by

no test coverage detected