Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fastrepl/anarlog
/ functions
Functions
3,513 in github.com/fastrepl/anarlog
⨍
Functions
3,513
◇
Types & classes
221
↓ 8 callers
Function
useConfigValues
( keys: readonly K[], )
apps/desktop/src/shared/config/index.ts:65
↓ 8 callers
Function
useSync
()
apps/desktop/src/calendar/components/context.tsx:143
↓ 8 callers
Function
withNodeViewErrorBoundary
( Component: ComponentType<any>, { fallbackTag, name, }: { fallbackTag?: FallbackTag; na
packages/editor/src/node-views/error-boundary.tsx:129
↓ 7 callers
Function
build
( url: URL, attrs: Omit<GoogleAttrs, "provider" | "url">, )
packages/editor/src/app-link/google.ts:16
↓ 7 callers
Function
buildApplySessionCorrectionTool
( deps: Pick< ToolDependencies, | "getStore" | "getSettingsStore" | "getIndexes" | "getS
apps/desktop/src/chat/tools/session-correction.ts:469
↓ 7 callers
Function
buildChatPath
(dataDir: string, chatGroupId: string)
apps/desktop/src/store/tinybase/persister/shared/paths.ts:31
↓ 7 callers
Function
buildCommitBody
( message: string, author?: { name: string; email: string }, options?: { content?: string; sha?: string;
apps/web/src/functions/github-content.ts:59
↓ 7 callers
Function
buildWebAppUrl
( path: DesktopFlowPath, params?: Record<string, string>, )
apps/desktop/src/shared/utils.ts:28
↓ 7 callers
Function
chatJsonToData
(json: ChatJson)
apps/desktop/src/store/tinybase/persister/chat/load.ts:71
↓ 7 callers
Function
createIncomingEvent
( overrides: Partial<IncomingEvent> = {}, )
apps/desktop/src/services/calendar/process/events/sync.test.ts:69
↓ 7 callers
Function
createParams
( overrides: Partial<TitleSuccessParams> = {}, )
apps/desktop/src/store/zustand/ai-task/task-configs/title-success.test.ts:13
↓ 7 callers
Function
createSegment
( segment: Omit<LiveTranscriptSegment, "end_ms" | "words"> & { words: Array<Partial<SegmentWord> & Pick<
apps/desktop/src/meeting-float/host.test.ts:62
↓ 7 callers
Function
createStore
(participantIds = ["self", "remote"])
apps/desktop/src/stt/render-transcript.test.ts:30
↓ 7 callers
Function
extractEventContacts
({ model, context, }: { model: LanguageModel | null; context: EventContactExtractionContext; })
apps/desktop/src/session/components/outer-header/metadata/participants/event-contact-extraction.ts:92
↓ 7 callers
Function
frontmatterToHuman
( frontmatter: Record<string, unknown>, body: string, )
apps/desktop/src/store/tinybase/persister/human/transform.ts:62
↓ 7 callers
Function
getByPath
(obj: unknown, path: readonly [string, string])
apps/desktop/src/store/tinybase/persister/settings/transform.ts:19
↓ 7 callers
Function
getContactBgClass
(name: string)
apps/desktop/src/contacts/shared.tsx:34
↓ 7 callers
Function
getFileContentFromBranch
( filePath: string, branchName: string, )
apps/web/src/functions/github-content.ts:1949
↓ 7 callers
Function
getFloatingLiveCaptionToggleVisible
( state: ListenerState, store: SettingsStore | undefined, )
apps/desktop/src/meeting-float/host.tsx:656
↓ 7 callers
Function
getRenderTranscriptRequestKey
( request: RenderTranscriptRequest | null | undefined, )
apps/desktop/src/stt/render-transcript.ts:60
↓ 7 callers
Function
getSegmentColor
( key: SegmentKey, mode: "light" | "dark" = "light", )
apps/desktop/src/session/components/note-input/transcript/renderer/utils.ts:85
↓ 7 callers
Function
hasRenderableContent
(message: HyprUIMessage)
apps/desktop/src/chat/message-content.ts:29
↓ 7 callers
Function
parseStoredTemplateSections
( value: unknown, templateId: string, )
apps/desktop/src/templates/codec.ts:182
↓ 7 callers
Function
placeholderPlugin
(placeholder?: PlaceholderFunction)
packages/editor/src/plugins/placeholder.ts:41
↓ 7 callers
Function
processTranscriptFile
( path: string, content: string, result: LoadedSessionData, )
apps/desktop/src/store/tinybase/persister/session/load/transcript.ts:94
↓ 7 callers
Function
provider
(id: string)
apps/desktop/src/settings/ai/llm/select.test.ts:6
↓ 7 callers
Function
queryTopOccluder
(container: HTMLElement)
apps/desktop/src/sidebar/timeline/index.test.tsx:1136
↓ 7 callers
Method
queueAutoEnhanceIfSummaryEmpty
(sessionId: string)
apps/desktop/src/services/enhancer/index.ts:190
↓ 7 callers
Function
remoteSpeakerKey
(speakerIndex: number | null)
apps/desktop/src/stt/utils.test.ts:651
↓ 7 callers
Function
renderNoteInput
({ currentTab = { type: "raw" }, handleTabChange = vi.fn(), }: { currentTab?: EditorView; handleTabCha
apps/desktop/src/session/components/note-input/index.test.tsx:113
↓ 7 callers
Function
setting
(value = true)
apps/desktop/src/settings/general/app-settings.test.tsx:6
↓ 7 callers
Function
shouldContinue
()
apps/desktop/src/meeting-float/host.tsx:297
↓ 7 callers
Function
shouldUseSyntheticBatchProgress
(params: TranscriptionParams)
apps/desktop/src/store/zustand/listener/general-batch.ts:266
↓ 7 callers
Method
stop
()
e2e/blackbox/record.ts:15
↓ 7 callers
Function
syncSessionParticipants
( ctx: Ctx, input: ParticipantsSyncInput, )
apps/desktop/src/services/calendar/process/participants/sync.ts:14
↓ 7 callers
Function
toTZ
(date: Date, timezone?: string)
apps/desktop/src/sidebar/timeline/utils/index.ts:13
↓ 7 callers
Function
uniqueIdfromTab
(tab: Tab)
apps/desktop/src/store/zustand/tabs/schema.ts:207
↓ 7 callers
Function
updateTabState
( tab: Tab, tabType: Tab["type"], newState: any, get: StoreApi<T>["getState"], set: StoreApi<T>["set
apps/desktop/src/store/zustand/tabs/state.ts:47
↓ 7 callers
Function
useConnections
(enabled = true)
apps/desktop/src/auth/useConnections.ts:10
↓ 7 callers
Function
useDeleteSession
()
apps/desktop/src/session/hooks/useDeleteSession.ts:55
↓ 7 callers
Function
useHasTranscript
(sessionId: string)
apps/desktop/src/session/components/shared.tsx:19
↓ 7 callers
Function
useSessionEvent
(sessionId: string)
apps/desktop/src/store/tinybase/hooks/index.tsx:12
↓ 7 callers
Function
useUploadFile
(sessionId: string)
apps/desktop/src/stt/useUploadFile.ts:53
↓ 7 callers
Function
withChatCollapsedForNavigation
( state: Partial<T>, shouldCloseChat: boolean, )
apps/desktop/src/store/zustand/tabs/basic.ts:528
↓ 7 callers
Function
wrapSliceWithLogging
( name: string, slice: T, )
apps/desktop/src/store/zustand/shared.ts:1
↓ 6 callers
Function
addMarkdownSectionSeparators
()
apps/desktop/src/store/zustand/ai-task/shared/transform_impl.ts:5
↓ 6 callers
Function
assertCanonicalTemplateSections
( value: unknown, context: string, )
apps/desktop/src/templates/codec.ts:164
↓ 6 callers
Function
buildEntityFilePath
( dataDir: string, dirName: string, id: string, )
apps/desktop/src/store/tinybase/persister/shared/paths.ts:39
↓ 6 callers
Function
cleanupExpiredAudio
( store: main.Store, settingsStore: settings.Store, nowMs = Date.now(), )
apps/desktop/src/services/audio-retention.ts:128
↓ 6 callers
Function
clearLiveInterval
(intervalId?: LiveIntervalId)
apps/desktop/src/store/zustand/listener/general-live.ts:88
↓ 6 callers
Function
collectCells
( persistedStore: any, table: string, rowId: string, fields: string[], )
apps/desktop/src/search/contexts/engine/utils.ts:192
↓ 6 callers
Function
commit
(path: string, message: string)
plugins/git/js/bindings.gen.ts:49
↓ 6 callers
Function
createAutoStopEndedNotificationKey
(sessionId: string)
apps/desktop/src/stt/auto-stop-notification.ts:7
↓ 6 callers
Function
createDelta
( speakerIndices: Record<number, number> = {}, )
apps/desktop/src/store/zustand/listener/transcript.test.ts:26
↓ 6 callers
Function
createHumanPersister
(store: Store)
apps/desktop/src/store/tinybase/persister/human/persister.ts:10
↓ 6 callers
Function
createListenerState
(live: Partial<ListenerLiveState>)
apps/desktop/src/meeting-float/host.test.ts:21
↓ 6 callers
Function
createListenerStateWithCaption
( live: Partial<ListenerLiveState>, liveCaptionText: string, )
apps/desktop/src/meeting-float/host.test.ts:32
↓ 6 callers
Function
createMockCtx
(store: Ctx["store"])
apps/desktop/src/services/calendar/process/participants/sync.test.ts:32
↓ 6 callers
Function
createMockStore
(data: MockStoreData)
apps/desktop/src/services/calendar/process/participants/sync.test.ts:16
↓ 6 callers
Function
createSettingsStore
(values: Record<string, unknown> = {})
apps/desktop/src/chat/tools/session-correction.test.ts:31
↓ 6 callers
Function
createStore
()
apps/desktop/src/store/zustand/ai-task/task-configs/enhance-transform.test.ts:23
↓ 6 callers
Function
createTaskItemNode
(task: TaskRecord)
packages/editor/src/tasks.ts:178
↓ 6 callers
Function
deleteSessionCascade
( store: Store, indexes: ReturnType<typeof main.UI.useIndexes>, sessionId: string, options?: { deferFi
apps/desktop/src/store/tinybase/store/deleteSession.ts:249
↓ 6 callers
Function
deriveBillingInfo
( payload: SupabaseJwtPayload | null, )
packages/supabase/src/billing.ts:17
↓ 6 callers
Function
displayPath
( path: string | undefined, home: string | undefined, )
apps/desktop/src/settings/general/storage/path-utils.ts:12
↓ 6 callers
Function
err
(error: string)
apps/desktop/src/store/tinybase/persister/shared/load-result.ts:9
↓ 6 callers
Function
getBase64ByteLength
(base64: string)
apps/desktop/src/store/zustand/ai-task/task-configs/enhance-images.ts:482
↓ 6 callers
Function
getBatchProvider
( provider: string, model: string, )
apps/desktop/src/stt/useRunBatch.ts:74
↓ 6 callers
Function
getDataDir
()
apps/desktop/src/store/tinybase/persister/shared/paths.ts:11
↓ 6 callers
Function
getItemTimestamp
(item: TimelineItem)
apps/desktop/src/sidebar/timeline/utils/index.ts:257
↓ 6 callers
Function
getLiveCaptionRouteState
( state: ListenerState, settings: FloatingOverlaySettings = DEFAULT_FLOATING_OVERLAY_SETTINGS, )
apps/desktop/src/meeting-float/host.tsx:670
↓ 6 callers
Function
getLiveTranscriptionConfig
({ provider, model, languages, }: { provider?: string | null; model?: string | null; languages: re
apps/desktop/src/stt/capabilities.ts:185
↓ 6 callers
Function
getOpenableHref
(href: string | null)
packages/editor/src/plugins/link-open.ts:8
↓ 6 callers
Function
getSessionTitle
(session: { title?: string })
apps/desktop/src/session/insights/past-notes.ts:634
↓ 6 callers
Function
getSql
()
apps/web/src/functions/github-stars.ts:9
↓ 6 callers
Function
humanToFrontmatter
(human: HumanStorage)
apps/desktop/src/store/tinybase/persister/human/transform.ts:72
↓ 6 callers
Function
isActive
(item: ContactItem)
apps/desktop/src/sidebar/contacts.tsx:296
↓ 6 callers
Function
isAudioUploadFile
(file: Pick<File, "name" | "type">)
apps/desktop/src/stt/useUploadFile.ts:42
↓ 6 callers
Function
isHyprnoteLocalSttModel
( provider?: string | null, model?: string | null, )
apps/desktop/src/stt/capabilities.ts:59
↓ 6 callers
Function
mergeLinkedSessionsIntoContent
({ content, eventIds, sessionIds, resolveEventSessionId, getSessionTitle, normalizeSessionId, ke
packages/editor/src/daily/linked-session-content.ts:48
↓ 6 callers
Function
normalizeTaskStatus
( status: unknown, checked?: unknown, fallback: TaskStatus = DEFAULT_TASK_STATUS, )
packages/editor/src/tasks.ts:39
↓ 6 callers
Function
onProgress
(step: TaskStepInfo<Task>)
apps/desktop/src/store/zustand/ai-task/tasks.ts:215
↓ 6 callers
Function
openOnboardingIntegrationUrl
( nangoIntegrationId: string | undefined, connectionId: string | undefined, action: "connect" | "reconne
apps/desktop/src/onboarding/calendar.tsx:34
↓ 6 callers
Function
openTabs
(...tabs: ReturnType<typeof createSessionTab>[])
apps/desktop/src/store/zustand/tabs/restore.test.ts:8
↓ 6 callers
Function
panelSizesAreEqual
(left: number, right: number)
apps/desktop/src/main/body.tsx:726
↓ 6 callers
Function
parseTranscriptHints
( store: TranscriptStore, transcriptId: string, )
apps/desktop/src/stt/utils.ts:46
↓ 6 callers
Function
parseYouTubeUrl
(url: string)
packages/editor/src/plugins/clip-paste.ts:76
↓ 6 callers
Function
processMetaFile
( path: string, content: string, result: LoadedSessionData, )
apps/desktop/src/store/tinybase/persister/session/load/meta.ts:24
↓ 6 callers
Function
providerRowId
(providerType: ProviderType, providerId: string)
apps/desktop/src/settings/ai/shared/index.tsx:108
↓ 6 callers
Function
refreshSourceSnapshot
(source: TaskSource)
apps/desktop/src/editor-bridge/task-storage.ts:40
↓ 6 callers
Function
renderTranscriptSegments
( request: RenderTranscriptRequest, )
apps/desktop/src/stt/render-transcript.ts:46
↓ 6 callers
Function
resolveDisplayLocale
( language: string | null | undefined, )
apps/desktop/src/i18n/locales.ts:119
↓ 6 callers
Function
resolveIsDarkMode
( theme: ThemePreference, prefersDark: boolean, )
apps/desktop/src/shared/theme/resolve.ts:3
↓ 6 callers
Function
setQuery
(q: string)
apps/desktop/src/session/components/note-input/search/bar.tsx:136
↓ 6 callers
Function
shouldCloseChatForNavigation
( currentTab: Tab | null | undefined, targetTab: Tab | TabInput, chatMode: ChatModeState["chatMode"], )
apps/desktop/src/store/zustand/tabs/basic.ts:508
↓ 6 callers
Function
stop
(sfx: AppSounds)
plugins/sfx/js/bindings.gen.ts:12
↓ 6 callers
Function
syncSessionEmbeddedEvents
( ctx: Ctx, incoming: IncomingEvent[], )
apps/desktop/src/services/calendar/process/events/execute.ts:78
↓ 6 callers
Function
themePreferenceFromSettings
( settings: Record<string, unknown> | undefined, )
apps/desktop/src/shared/theme/apply.ts:46
↓ 6 callers
Function
toEpochMs
(value: unknown)
apps/desktop/src/search/contexts/engine/utils.ts:98
↓ 6 callers
Function
toTrimmedString
(value: unknown)
apps/desktop/src/search/contexts/engine/utils.ts:79
← previous
next →
201–300 of 3,513, ranked by callers