MCPcopy Create free account
hub / github.com/breck7/scroll / _getCompiledIndentation

Method _getCompiledIndentation

external/.scrollLibs.js:18492–18496  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18490 return this.parsedAtoms.map(atom => atom.definitionLineNumber)
18491 }
18492 _getCompiledIndentation() {
18493 const indentCharacter = this.definition._getCompilerObject()[ParsersConstantsCompiler.indentCharacter]
18494 const indent = this.indentation
18495 return indentCharacter !== undefined ? indentCharacter.repeat(indent.length) : indent
18496 }
18497 _getFields() {
18498 // fields are like atoms
18499 const fields = {}

Callers 1

compileMethod · 0.95

Calls 1

_getCompilerObjectMethod · 0.80

Tested by

no test coverage detected