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

Function init

app/core/blocklyUtils.js:61–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 tooltip: 'Newline'
60 }
61 Blockly.Blocks.newline = { init () { return this.jsonInit(newlineBlock) } }
62 generator.forBlock.newline = function (block) {
63 return `\n`
64 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected