(actualActionName)
| 38 | } |
| 39 | |
| 40 | actionAliasFor(actualActionName) { |
| 41 | if (this.vocabulary.actions && this.vocabulary.actions[actualActionName]) { |
| 42 | return this.vocabulary.actions[actualActionName] |
| 43 | } |
| 44 | return actualActionName |
| 45 | } |
| 46 | |
| 47 | get I() { |
| 48 | return this.vocabulary.I |
no outgoing calls
no test coverage detected