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

Method constantValue

external/.scrollLibs.js:19400–19402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19398 return "`" + Utils.escapeBackTicks(this.constantValue) + "`"
19399 }
19400 get constantValue() {
19401 return this.length ? this.subparticlesToString() : this.getAtomsFrom(2).join(" ")
19402 }
19403}
19404class ParsersParserConstantFloat extends AbstractParserConstantParser {}
19405class ParsersParserConstantBoolean extends AbstractParserConstantParser {}

Callers

nothing calls this directly

Calls 3

subparticlesToStringMethod · 0.80
getAtomsFromMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected