()
| 192 | } |
| 193 | |
| 194 | get nextPageToken(): string { |
| 195 | return this.native.getPageToken?.(); |
| 196 | } |
| 197 | |
| 198 | get prefixes(): Reference[] { |
| 199 | const items = this.native.getPrefixes?.(); |
nothing calls this directly
no outgoing calls
no test coverage detected