(private bundle: Bundle)
| 133 | wbnLength: number = 6; |
| 134 | |
| 135 | constructor(private bundle: Bundle) {} |
| 136 | |
| 137 | getResponse(url: string): Response { |
| 138 | const indexEntry = asArray(this.bundle.indexSection.get(url)); |
nothing calls this directly
no outgoing calls
no test coverage detected