()
| 19385 | return this.getAtom(1) |
| 19386 | } |
| 19387 | get constantValueAsJsText() { |
| 19388 | const atoms = this.getAtomsFrom(2) |
| 19389 | return atoms.length > 1 ? `[${atoms.join(",")}]` : atoms[0] |
| 19390 | } |
| 19391 | get constantValue() { |
| 19392 | return JSON.parse(this.constantValueAsJsText) |
| 19393 | } |
nothing calls this directly
no test coverage detected