()
| 135 | }, |
| 136 | |
| 137 | User() { |
| 138 | const isPrivate = selectedRepoId !== 'wiki-repo-id' |
| 139 | return { |
| 140 | id: 'viewer-id', |
| 141 | selectedRepoId, |
| 142 | selectedRepo: selectedRepoId == null ? null : { |
| 143 | id: selectedRepoId, |
| 144 | isPrivate, |
| 145 | }, |
| 146 | } |
| 147 | }, |
| 148 | }), |
| 149 | ) |
| 150 | } |
nothing calls this directly
no outgoing calls
no test coverage detected