(name)
| 16 | } |
| 17 | |
| 18 | formatName (name) { |
| 19 | return chalk.grey(`[${chalk.green(this.name)}]`); |
| 20 | } |
| 21 | |
| 22 | formatRequest (req) { |
| 23 | return chalk.grey(`(${chalk.yellow(req ? (req._background ? chalk.bold('bg:') : '') + req._uuid.split('-')[0] : 'GLOBAL')}) ${this.routename(req)}`); |
nothing calls this directly
no outgoing calls
no test coverage detected