(branch = this.activeBranch)
| 921 | } |
| 922 | |
| 923 | private cachePath(branch = this.activeBranch): string { |
| 924 | return resolve(getLocalDir(this.projectDir), 'cache', branch, 'backlinks.json'); |
| 925 | } |
| 926 | |
| 927 | private registerNodeOnly(docName: string, branch = this.activeBranch): void { |
| 928 | const state = this.getState(branch); |
no test coverage detected