MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / actionAliasFor

Method actionAliasFor

lib/translation.js:40–45  ·  view source on GitHub ↗
(actualActionName)

Source from the content-addressed store, hash-verified

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

Callers 2

actor.jsFile · 0.80
container_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected