()
| 35 | } |
| 36 | |
| 37 | getExpFunction () { |
| 38 | const func = this.get('function', true) |
| 39 | if (func.kind in utils.functionCreators) { return utils.functionCreators[func.kind](func.parameters) } |
| 40 | } |
| 41 | |
| 42 | save () { |
| 43 | this.populateI18N() |
no test coverage detected