Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ functions
Functions
955 in github.com/emwalker/digraph
⨍
Functions
955
◇
Types & classes
303
↓ 1 callers
Method
mutation
(&self, mode: IndexMode)
backend/src/git/client.rs:443
↓ 1 callers
Function
name
(synonyms: readonly SynonymType[])
client/src/mutations/updateTopicSynonymsMutation.ts:14
↓ 1 callers
Method
object
(&self, path: &ExternalId)
backend/src/git/core/mod.rs:232
↓ 1 callers
Method
object_exists
(&self, id: &ExternalId)
backend/src/git/core/mod.rs:240
↓ 1 callers
Function
onAuthSuccessFn
(environment: Environment)
client/src/server/auth/withGithub.ts:43
↓ 1 callers
Function
optimisticResponse
(repoTopic: RepoTopicType, synonymUpdate: SynonymType[])
client/src/mutations/updateTopicSynonymsMutation.ts:32
↓ 1 callers
Function
parse_args
()
backend/src/bin/migrate.rs:200
↓ 1 callers
Function
parse_args
()
backend/src/bin/export.rs:30
↓ 1 callers
Function
parse_args
()
backend/src/bin/show.rs:126
↓ 1 callers
Function
parse_url
(input: &str)
backend/src/http/repo_url.rs:124
↓ 1 callers
Method
parts
(&self)
backend/src/git/client.rs:96
↓ 1 callers
Function
pathnameFor
(pathname: string, selectedScope: string)
client/src/components/ui/SearchBox/index.tsx:16
↓ 1 callers
Method
paths
(&self)
backend/src/git/activity.rs:776
↓ 1 callers
Function
persist_link
( mutation: &mut Mutation, repo_link_repo_id: RepoId, repo_link: &mut RepoLink, parent_topics:
backend/src/bin/export.rs:457
↓ 1 callers
Function
persist_links
( mutation: &mut Mutation, repo_link_repo_id: RepoId, repo_link_meta: &LinkMetadataRow, parent
backend/src/bin/export.rs:493
↓ 1 callers
Function
persist_topic
( mutation: &mut Mutation, repo_topic_repo_id: RepoId, repo_topic: &mut RepoTopic, parent_topi
backend/src/bin/export.rs:201
↓ 1 callers
Function
persist_topics
1. Don't place paths for items in private repos under /wiki/
backend/src/bin/export.rs:274
↓ 1 callers
Method
prefix
(&self)
backend/src/types.rs:446
↓ 1 callers
Method
prefix
(&self)
backend/src/git/index.rs:512
↓ 1 callers
Function
prepareVariablesFn
(viewer: Express.User)
client/src/router.tsx:29
↓ 1 callers
Function
primaryOrFirstEmail
(emails: Email[])
client/src/server/auth/withGithub.ts:36
↓ 1 callers
Function
queryFromState
(editorState: EditorState)
client/src/components/ui/SearchBox/queryFromState.ts:38
↓ 1 callers
Function
random_id
()
backend/src/types.rs:325
↓ 1 callers
Function
rawFromQuery
(queryInfo: QueryInfo, genKey: Function)
client/src/components/ui/SearchBox/TextInput/rawFromQuery.ts:13
↓ 1 callers
Method
references
(&self)
backend/src/git/index.rs:469
↓ 1 callers
Function
registerEndpointsFn
(provider: string)
client/src/server/auth/registerEndpointsFn.ts:4
↓ 1 callers
Method
remove_link
( &mut self, repo_id: RepoId, link_id: &ExternalId, link: &RepoLink, )
backend/src/git/client.rs:550
↓ 1 callers
Method
remove_synonyms
( &mut self, client: &Client, repo_id: RepoId, id: &ExternalId, topic:
backend/src/git/index.rs:727
↓ 1 callers
Method
remove_topic
( &mut self, repo_id: RepoId, topic_id: &ExternalId, topic: &RepoTopic, )
backend/src/git/client.rs:568
↓ 1 callers
Function
renderItem
()
client/src/components/ui/SidebarList/index.tsx:23
↓ 1 callers
Function
renderNotification
()
client/src/components/TopicPage/ViewTopicPage/index.tsx:154
↓ 1 callers
Function
renderSearchResultItem
(viewer: ViewerType, item: SearchItemType | null)
client/src/components/TopicPage/TopicSearchPage/index.tsx:76
↓ 1 callers
Function
renderTopicViews
(topic: TopicType)
client/src/components/TopicPage/ViewTopicPage/index.tsx:164
↓ 1 callers
Method
repo
(&self, ctx: &Context<'_>)
backend/src/graphql/link.rs:99
↓ 1 callers
Method
repos
(&self, root: &PathBuf)
backend/src/git/checks.rs:38
↓ 1 callers
Method
repositories_for_user
(&self, user_id: String)
backend/src/store.rs:242
↓ 1 callers
Method
request_decision
( &self, mutation: Mutation, parent: RepoTopic, matches: BTreeSet<SynonymMatch
backend/src/git/topic.rs:575
↓ 1 callers
Method
root
(&self)
backend/src/git/types.rs:400
↓ 1 callers
Method
root_topic_id
(&self)
backend/src/types.rs:132
↓ 1 callers
Method
search
( &self, parent_topic: &git::Topic, search: &git::Search, )
backend/src/store.rs:256
↓ 1 callers
Function
searchResults
(conn: ResultConnection)
next/components/SearchResults/index.tsx:115
↓ 1 callers
Method
search_index
( &self, client: &Client, index_type: IndexType, mode: IndexMode, )
backend/src/git/index.rs:531
↓ 1 callers
Method
setBasicAuth
(viewerId: string, sessionId: string)
client/src/server/ServerFetcher.ts:27
↓ 1 callers
Function
setup
( )
client/src/components/Layout/index.test.tsx:50
↓ 1 callers
Function
setup
()
client/src/components/ui/Link/EditLinkContainer/EditLink/EditRepoLink/index.test.tsx:55
↓ 1 callers
Method
should_fetch
(&self)
backend/src/http/page.rs:61
↓ 1 callers
Function
shutdown_signal
()
backend/src/bin/api.rs:73
↓ 1 callers
Function
stateFor
(queryInfo: QueryInfo)
client/src/components/ui/SearchBox/TextInput/index.tsx:31
↓ 1 callers
Method
stats
(&self)
backend/src/git/core/mod.rs:245
↓ 1 callers
Method
store
(&self, viewer: Arc<Viewer>, timespec: &Timespec)
backend/src/graphql/mod.rs:117
↓ 1 callers
Method
synonym_phrase_index
( &mut self, client: &Client, key: &IndexKey, index_type: IndexType, )
backend/src/git/index.rs:629
↓ 1 callers
Method
synonym_token_index
( &mut self, client: &Client, key: &IndexKey, index_type: IndexType, )
backend/src/git/index.rs:650
↓ 1 callers
Method
synonyms
(&self)
backend/src/graphql/topic.rs:44
↓ 1 callers
Function
template
(vo: Variables)
client/src/server/renderFullPage.ts:44
↓ 1 callers
Function
termsFromQueryInfo
({ topics, phrases }: QueryInfo)
next/components/SearchBox/index.tsx:39
↓ 1 callers
Method
timerange
(&self)
backend/src/graphql/topic.rs:65
↓ 1 callers
Function
timerange_epoch
()
backend/src/git/testing.rs:11
↓ 1 callers
Function
toString
(state: Object)
client/src/server/renderFullPage.ts:70
↓ 1 callers
Method
topic
(&self, id: &ExternalId)
backend/src/git/core/mod.rs:292
↓ 1 callers
Method
topic_count
(&self)
backend/src/git/stats.rs:40
↓ 1 callers
Method
topic_details
( &self, context: RepoId, )
backend/src/git/ext.rs:54
↓ 1 callers
Method
topic_downset
(&self, topic_path: &TopicPath)
backend/src/git/client.rs:406
↓ 1 callers
Method
topic_id
(&self)
backend/src/git/types.rs:440
↓ 1 callers
Method
topic_oid
( &self, _timespec: &Timespec, topic_id: &ExternalId, )
backend/src/git/core/mod.rs:131
↓ 1 callers
Method
topics_only
(&self)
backend/src/git/search.rs:133
↓ 1 callers
Function
try_convert
(rows: Vec<Row>)
backend/src/psql/organization.rs:41
↓ 1 callers
Method
update_by
(&self, actor: &Arc<Viewer>)
backend/src/store.rs:304
↓ 1 callers
Function
update_personal_repos
(pool: &PgPool)
backend/src/bin/migrate.rs:124
↓ 1 callers
Function
update_repo_and_org_names
(pool: &PgPool)
backend/src/bin/migrate.rs:102
↓ 1 callers
Method
update_repo_topic
( &self, mutation: Mutation, store: &S, name: String, topic_id: &Exter
backend/src/git/topic.rs:660
↓ 1 callers
Method
update_synonyms
( &mut self, client: &Client, repo_id: RepoId, before: &Option<RepoTopic>,
backend/src/git/index.rs:842
↓ 1 callers
Method
upsert_session
( &self, input: graphql::CreateGithubSessionInput, )
backend/src/store.rs:393
↓ 1 callers
Method
url_paths
(&self)
backend/src/git/search.rs:474
↓ 1 callers
Method
user_info
(&self)
backend/src/psql/registration.rs:101
↓ 1 callers
Method
validate
(&self)
backend/src/git/link.rs:160
↓ 1 callers
Method
validate
(&self, mutation: &Mutation)
backend/src/git/topic.rs:356
↓ 1 callers
Method
view_stats
(&self)
backend/src/store.rs:484
↓ 1 callers
Method
view_stats
(&self, repo_id: RepoId)
backend/src/git/client.rs:345
↓ 1 callers
Method
viewer_can_update
(&self, ctx: &Context<'_>)
backend/src/graphql/topic.rs:164
↓ 1 callers
Function
viewer_from_header
( auth: Option<TypedHeader<Authorization<Basic>>>, state: &digraph::graphql::State, )
backend/src/bin/api.rs:35
↓ 1 callers
Method
visit_child_link
(&mut self, link: &RepoLink)
backend/src/bin/show.rs:88
↓ 1 callers
Method
visit_child_topic
(&mut self, topic: &RepoTopic)
backend/src/bin/show.rs:77
↓ 1 callers
Method
visit_link
(&mut self, link: &RepoLink)
backend/src/bin/show.rs:42
↓ 1 callers
Method
visit_topic
(&mut self, topic: &RepoTopic)
backend/src/bin/show.rs:20
↓ 1 callers
Method
visit_topic_child
(&mut self, child: &TopicChild)
backend/src/bin/show.rs:110
↓ 1 callers
Method
with_cycle
(&self, cycle: bool)
backend/src/git/index.rs:131
↓ 1 callers
Method
write
(&self, repo: &git2::Repository, before: Option<git2::Tree>)
backend/src/git/core/mod.rs:325
↓ 1 callers
Method
write_repo_changes
(&self, store: &S)
backend/src/git/index.rs:784
Function
Account
(props: Props)
client/src/components/UserSettings/Account/index.tsx:14
Function
AddForm
({ inputName, onNameChange, onLocaleChange, onAdd }: AddFormProps)
client/src/components/ui/Topic/EditTopicContainer/EditTopic/EditRepoTopic/RepoTopicSynonyms/index.tsx:50
Function
AddForm
(props: Props)
client/src/components/TopicPage/ViewTopicPage/AddForm/index.tsx:85
Function
AddLink
(props: Props)
client/src/components/TopicPage/ViewTopicPage/AddForm/AddLink/index.tsx:35
Function
AddTopic
(props: Props)
client/src/components/TopicPage/ViewTopicPage/AddForm/AddTopic/index.tsx:32
Function
Alert
({ children, alert, onClose }: Props)
client/src/components/FlashMessages/Alert/index.tsx:23
Function
AllProviders
({ children, relayEnvironment, }: { children?: React.ReactNode; relayEnvironment: Environment; })
client/src/components/test-utils.tsx:8
Function
ApolloWrapper
({ children }: React.PropsWithChildren)
next/lib/ApolloWrapper.tsx:42
Function
Blankslate
({ message }: BlankslateProps)
client/src/components/ui/List/index.tsx:9
Function
Blankslate
({ placeholder }: { placeholder: string })
client/src/components/ui/SidebarList/index.tsx:8
Function
Blankslate
({ children, title }: Props)
client/src/components/ui/Blankslate/index.tsx:8
Function
CloseButton
({ toggleForm }: { toggleForm: () => void })
client/src/components/ui/Item/index.tsx:28
← previous
next →
301–400 of 955, ranked by callers