()
| 21 | }; |
| 22 | |
| 23 | function AddonServeCommand() { |
| 24 | this.name = 'FakeAddon'; |
| 25 | return this; |
| 26 | } |
| 27 | AddonServeCommand.prototype.includedCommands = function () { |
| 28 | return { |
| 29 | Serve: { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…