(private bundleBuilder: BundleBuilder)
| 129 | private primaryURL: string | null = null; |
| 130 | |
| 131 | constructor(private bundleBuilder: BundleBuilder) {} |
| 132 | |
| 133 | onCreateBundle(): void { |
| 134 | if (this.primaryURL === null) { |
nothing calls this directly
no outgoing calls
no test coverage detected