()
| 124 | }, |
| 125 | |
| 126 | Link() { |
| 127 | return { |
| 128 | __typename: 'Link', |
| 129 | id: 'link-id', |
| 130 | displayTitle: 'Existing link', |
| 131 | displayUrl: 'https://www.reddit.com', |
| 132 | viewerCanUpdate: true, |
| 133 | displayParentTopics: [], |
| 134 | } |
| 135 | }, |
| 136 | |
| 137 | User() { |
| 138 | const isPrivate = selectedRepoId !== 'wiki-repo-id' |
nothing calls this directly
no outgoing calls
no test coverage detected