MCPcopy
hub / github.com/adonisjs/core / prepare

Method prepare

tests/ace/base_command.spec.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52
53 stack: string[] = []
54 async prepare() {
55 this.stack.push('prepare')
56 }
57
58 async interact() {
59 this.stack.push('interact')

Calls

no outgoing calls

Tested by

no test coverage detected