Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Asvarox/allkaraoke
/ functions
Functions
1,524 in github.com/Asvarox/allkaraoke
⨍
Functions
1,524
◇
Types & classes
431
↓ 2 callers
Method
expectSelectedSongNotToBe
(songID: string)
tests/page-objects/song-list-page.ts:125
↓ 2 callers
Method
expectSongCheckboxStateToBe
(songID: string, expectedState: 'selected' | 'unselected')
tests/page-objects/manage-setlists-page.ts:146
↓ 2 callers
Method
expectSongNotToBeVisible
(songID: string)
tests/page-objects/remote-mic/remote-mic-song-list-page.ts:39
↓ 2 callers
Method
expectSongToBeMarkedAsNewInNewGroup
(songID: string)
tests/page-objects/song-list-page.ts:230
↓ 2 callers
Method
expectSongToBeMarkedWithLanguageFlagIcon
(songID: string, isoCode: string)
tests/page-objects/song-list-page.ts:170
↓ 2 callers
Method
expectSortedDescending
(name: string)
tests/page-objects/admin-unverified-songs-table.ts:82
↓ 2 callers
Method
expectUnverifiedSongCardToBeVisible
(unverifiedSongId: string)
tests/page-objects/song-list-page.ts:95
↓ 2 callers
Method
expectUnverifiedSongsGroupToBeVisible
()
tests/page-objects/song-list-page.ts:91
↓ 2 callers
Function
fetchSongStats
(song: Pick<SongPreview, 'artist' | 'title'>)
src/modules/songs/stats/common.ts:39
↓ 2 callers
Function
findInMatrix
(matrix: string[][], name: string)
tests/steps/navigate-with-keyboard.ts:5
↓ 2 callers
Function
focusNextInput
(triggerValidation = false)
src/routes/remote-mic/panels/microphone/connection-wizard/step-enter-details.tsx:36
↓ 2 callers
Function
generatePlayerChanges
(song: Song)
src/modules/songs/utils/generate-player-changes.ts:129
↓ 2 callers
Method
getAllLanguageCheckboxes
()
tests/page-objects/song-languages-page.ts:47
↓ 2 callers
Function
getAllStats
()
src/modules/songs/stats/common.ts:48
↓ 2 callers
Function
getAuthorAndVideoFromSong
(song?: Song)
src/routes/convert/convert-view.tsx:43
↓ 2 callers
Function
getBasicDataFromSong
(song?: Song)
src/routes/convert/convert-view.tsx:38
↓ 2 callers
Function
getBreakpoint
()
src/modules/hooks/use-breakpoint.ts:14
↓ 2 callers
Function
getCliArgument
(name: string)
scripts/get-youtube-video-duration.ts:5
↓ 2 callers
Method
getColumnArrowUpwardSortingIcon
(columnName: columnNameType)
tests/components/songs-table.ts:47
↓ 2 callers
Method
getCopySetlistLinkButton
(setlistName: string)
tests/page-objects/manage-setlists-page.ts:104
↓ 2 callers
Function
getCurrentBeat
( currentTime: milliseconds, beatLength: number, gap: milliseconds, round = true, )
src/modules/game-engine/game-state/helpers/get-current-beat.ts:3
↓ 2 callers
Method
getCurrentPlayerScore
(playerNumber: number)
tests/page-objects/game-page.ts:101
↓ 2 callers
Function
getDesiredEndTimeValue
(song: Song)
tests/admin-unverified-songs.spec.ts:52
↓ 2 callers
Function
getDismissKey
(key: string)
src/modules/elements/tooltip.tsx:36
↓ 2 callers
Method
getEditSetlistButton
(setlistName: string)
tests/page-objects/manage-setlists-page.ts:44
↓ 2 callers
Method
getFrequency
(data: Float32Array)
src/modules/game-engine/input/mic-strategies/interfaces.ts:6
↓ 2 callers
Function
getHoursAgoDateLimit
(hoursBack: number)
scripts/cicd/promote-shared-songs-to-unverified.ts:82
↓ 2 callers
Method
getIssueCheckbox
(issue: issueType)
tests/page-objects/rate-unfinished-song-page.ts:61
↓ 2 callers
Method
getLanguagePickerEntry
(language: string)
tests/page-objects/song-list-page.ts:196
↓ 2 callers
Function
getLegacySharedSongId
(record: { sharedSongId?: string; externalSongId?: string })
functions/unverified-songs-store.ts:40
↓ 2 callers
Function
getLyricsEndTimeMs
(song: Song)
src/modules/songs/utils/shared-song-import-processing.ts:71
↓ 2 callers
Function
getMetadataEntityFromSong
(song?: Song)
src/routes/convert/convert-view.tsx:49
↓ 2 callers
Method
getMicInputName
(playerNumber: number)
tests/page-objects/advanced-connection-page.ts:42
↓ 2 callers
Function
getMonitoringStatus
(page: Page)
tests/steps/assert-monitoring-status.ts:3
↓ 2 callers
Function
getNextAdminUnverifiedSongProcessingUrl
(songs: AdminUnverifiedSong[], currentSharedSongId: string)
src/routes/admin/unverified-song-processing-queue.ts:25
↓ 2 callers
Function
getOldestAdminUnverifiedSong
( songs: AdminUnverifiedSong[], currentSharedSongId?: string, )
src/routes/admin/unverified-song-processing-queue.ts:5
↓ 2 callers
Method
getPlayerMicSource
(playerNumber: number)
tests/page-objects/advanced-connection-page.ts:30
↓ 2 callers
Function
getProcessedSong
(songTxt: string)
tests/admin-unverified-songs.spec.ts:50
↓ 2 callers
Method
getRemoveSetlistButton
(setlistName: string)
tests/page-objects/manage-setlists-page.ts:95
↓ 2 callers
Function
getRequiredEnv
(name: keyof typeof legacyEnvNames)
scripts/cicd/unverified-songs-admin-client.ts:6
↓ 2 callers
Function
getScriptArguments
()
scripts/get-youtube-video-duration.ts:21
↓ 2 callers
Function
getSectionStartInMs
(section: Section, song: Song)
src/modules/songs/utils/notes-selectors.ts:37
↓ 2 callers
Function
getSongBeatCount
(song: Song)
src/modules/songs/utils/get-song-beat-count.ts:5
↓ 2 callers
Method
getSongCheckboxControl
(songID: string)
tests/page-objects/manage-setlists-page.ts:124
↓ 2 callers
Method
getUnverifiedSongCardById
(unverifiedSongId: string)
tests/page-objects/song-list-page.ts:87
↓ 2 callers
Function
getViewportSize
()
src/modules/hooks/use-viewport-size.ts:4
↓ 2 callers
Function
goBackToSongList
()
tests/rate-unfinished-song.spec.ts:83
↓ 2 callers
Method
goToAllSongsPlaylist
()
tests/page-objects/remote-mic/remote-mic-song-list-page.ts:66
↓ 2 callers
Method
goToCalibration
()
tests/components/calibration.ts:21
↓ 2 callers
Method
goToHistory
()
tests/page-objects/main-menu-page.ts:42
↓ 2 callers
Method
goToSetting
()
tests/page-objects/main-menu-page.ts:34
↓ 2 callers
Method
goToSongTrack
(number: number)
tests/page-objects/song-edit-sync-lyrics-to-video-page.ts:135
↓ 2 callers
Function
goToStep
(step: number)
src/routes/remote-mic/panels/microphone/connection-wizard/connection-wizard.tsx:111
↓ 2 callers
Function
handleAgree
(agreed: boolean)
src/routes/edit/share-songs-modal.tsx:43
↓ 2 callers
Function
handleNavigation
(direction: -1 | 1)
src/modules/hooks/use-keyboard-nav.ts:59
↓ 2 callers
Function
handlePlaylistSelect
(name: string)
src/routes/sing-a-song/song-selection/components/toolbar/playlist-selector.tsx:36
↓ 2 callers
Method
hideSong
(songID: string)
tests/page-objects/edit-songs-page.ts:13
↓ 2 callers
Function
importUltrastarEsSong
(url: string)
src/routes/convert/import-ultrastar-es-song.ts:17
↓ 2 callers
Function
initialisePlayerSetup
()
src/routes/sing-a-song/song-selection/components/song-settings/game-settings.tsx:56
↓ 2 callers
Function
initialiseRemoteMic
(page: Page, context: BrowserContext, browser: Browser)
tests/page-objects/remote-mic/initialise-remote-mic.ts:10
↓ 2 callers
Function
isArtistPresent
(a: string, b: string[])
src/routes/remote-mic/panels/remote-song-list.tsx:37
↓ 2 callers
Function
isAuthorizedUnverifiedSongsAdmin
(request: Request, env: AdminPasswordEnv)
functions/unverified-songs-browser-admin-auth.ts:9
↓ 2 callers
Function
isBetween
(start: number, end: number, value: number)
src/modules/songs/utils/merge-tracks.ts:7
↓ 2 callers
Method
isConnected
()
src/modules/remote-mic/network/client/transport/interface.ts:16
↓ 2 callers
Function
isHighScore
(playerName: string)
src/routes/game/singing/post-game/views/results/player-score.tsx:47
↓ 2 callers
Method
isLanguageSelected
(language: string)
tests/page-objects/remote-mic/remote-mic-song-languages-page.ts:22
↓ 2 callers
Method
isLanguageSelectedStr
(language: string)
tests/page-objects/song-languages-page.ts:38
↓ 2 callers
Function
isSearchApplied
(appliedFilters: AppliedFilters)
src/routes/sing-a-song/song-selection/hooks/use-song-list-filter.ts:30
↓ 2 callers
Method
isSongCheckboxSelected
(songID: string)
tests/page-objects/manage-setlists-page.ts:167
↓ 2 callers
Function
isUnverifiedSongsAdminConfigured
()
scripts/cicd/unverified-songs-admin-client.ts:14
↓ 2 callers
Function
isWindows
()
src/modules/utils/is-windows.ts:1
↓ 2 callers
Method
joinExistingGame
()
tests/page-objects/landing-page.ts:16
↓ 2 callers
Function
moveCursor
(plane: 'x' | 'y', delta: number)
src/routes/sing-a-song/song-selection/hooks/use-song-selection-keyboard-navigation.ts:66
↓ 2 callers
Method
navigateAndApproveWithKeyboard
( buttonName: | 'button-resume-song' | 'button-restart-song' | 'button-exit-song'
tests/page-objects/game-page.ts:79
↓ 2 callers
Method
navigateAndTogglePlayerTrackSettingsWithKeyboard
(playerNumber: number, remoteMic?: Page)
tests/page-objects/song-preview-page.ts:158
↓ 2 callers
Method
navigateToGameModeSettingsWithKeyboard
(remoteMic?: Page)
tests/page-objects/song-preview-page.ts:74
↓ 2 callers
Method
navigateToSaveButtonWithKeyboard
(remoteMic?: Page)
tests/page-objects/smartphones-connection-page.ts:23
↓ 2 callers
Function
navigateVertically
(e: KeyboardEvent | undefined, direction: 1 | -1)
src/routes/sing-a-song/song-selection/hooks/use-song-selection-keyboard-navigation.ts:170
↓ 2 callers
Function
normaliseGapForTrack
(track: SongTrack, shiftBeats: number)
src/modules/songs/utils/process-song/normalise-gap.ts:25
↓ 2 callers
Function
normaliseSectionPaddingsForTrack
(track: SongTrack, desiredPadding: number)
src/modules/songs/utils/process-song/normalise-section-paddings.ts:41
↓ 2 callers
Function
normalizeRecord
(record: LegacyUnverifiedSongRecord | null)
functions/unverified-songs-store.ts:43
↓ 2 callers
Function
normalizeSting
(str: string)
src/modules/songs/utils/get-song-id.ts:4
↓ 2 callers
Function
notesLyricsLength
(section: NotesSection)
src/modules/songs/utils/merge-tracks.ts:9
↓ 2 callers
Function
notesToText
(notes: Note[])
src/modules/songs/utils/convert-song-to-txt.ts:17
↓ 2 callers
Function
notesToText
(notes: Note[])
src/modules/songs/utils/convert-txt-to-song.test.ts:8
↓ 2 callers
Function
onFinish
()
src/routes/quick-setup/quick-setup.tsx:18
↓ 2 callers
Function
onSearchSong
(e: KeyboardEvent)
src/routes/sing-a-song/song-selection/components/toolbar/search-bar.tsx:73
↓ 2 callers
Method
processOldestUnverifiedSong
()
tests/page-objects/admin-unverified-songs-page.ts:65
↓ 2 callers
Function
randomFloat
(from: number, to: number)
src/modules/utils/random-value.ts:1
↓ 2 callers
Function
randomSign
(weight = 0)
src/modules/game-engine/drawing/particles/utils.ts:5
↓ 2 callers
Function
refetch
()
src/modules/remote-mic/network/client/hooks/use-server-query.ts:28
↓ 2 callers
Function
removeFromIndex
(kvNamespace: KVNamespace, sharedSongId: string)
functions/unverified-songs-store.ts:85
↓ 2 callers
Method
restoreSong
(songID: string)
tests/page-objects/edit-songs-page.ts:23
↓ 2 callers
Function
roundTo
(num: number, precision: number)
src/modules/utils/round-to.ts:1
↓ 2 callers
Method
rowsPerPageTagName
()
tests/page-objects/admin-unverified-songs-table.ts:38
↓ 2 callers
Function
saveAdminUnverifiedSong
()
src/routes/convert/convert-view.tsx:230
↓ 2 callers
Function
searchGoogle
(phrase: string)
src/routes/convert/steps/song-metadata.tsx:106
↓ 2 callers
Function
seedQueueSongs
(request: APIRequestContext)
tests/admin-unverified-songs.spec.ts:75
↓ 2 callers
Function
seekToLastSection
(padding?: seconds)
src/routes/convert/steps/sync-lyrics-to-video/edit-song.tsx:194
↓ 2 callers
Function
seekToNextSection
(padding?: seconds)
src/routes/convert/steps/sync-lyrics-to-video/edit-song.tsx:187
← previous
next →
401–500 of 1,524, ranked by callers