getCode()

in src/executable-code/executable-fragment.js [534:540]


  getCode() {
    if (this.state.folded) {
      return this.prefix + this.codemirror.getValue() + this.suffix;
    } else {
      return this.codemirror.getValue();
    }
  }