(name)
| 206 | } |
| 207 | |
| 208 | _instrumentationTreeFor(name) { |
| 209 | return heimdallGraph.loadFromNode(this.instrumentations[name].node); |
| 210 | } |
| 211 | |
| 212 | _invokeAddonHook(name, instrumentationInfo) { |
| 213 | if (this.project && this.project.addons.length) { |
no outgoing calls
no test coverage detected