MCPcopy Create free account
hub / github.com/emwalker/digraph / Link

Function Link

client/src/components/TopicPage/ViewTopicPage/index.test.tsx:126–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected