(json, options)
| 96 | }, |
| 97 | |
| 98 | addAdditionalJsonForHelp(json, options) { |
| 99 | json.availableBlueprints = this.getAllBlueprints(options); |
| 100 | }, |
| 101 | |
| 102 | getAllBlueprints(options) { |
| 103 | let lookupPaths = this.project.blueprintLookupPaths(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…