Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adrianocola/spyfall
/ functions
Functions
210 in github.com/adrianocola/spyfall
⨍
Functions
210
◇
Types & classes
0
Function
ExportLocations
()
app/containers/Settings/DownloadLocations.jsx:11
Function
ExportLocations
()
app/containers/Settings/ExportLocations.jsx:18
Function
FilteredLocationsList
({ filter })
app/containers/Settings/FilteredLocationsList.jsx:11
Function
Game
()
app/containers/Game/Game.jsx:26
Function
GameConfig
()
app/containers/Game/GameConfig.jsx:15
Function
GameInfo
()
app/containers/Game/GameInfo.jsx:18
Function
GameManager
({ started, remotePlayers })
app/containers/Game/GameManager.jsx:62
Function
GameModeratorLocationSelector
()
app/containers/Game/GameModeratorLocationSelector.jsx:11
Function
GameModeratorRoleSelector
({ moderatorRole, onModeratorRoleChange })
app/containers/Game/GameModeratorRoleSelector.jsx:8
Function
GamePlayers
({ started, remotePlayers })
app/containers/Game/GamePlayers.jsx:10
Function
GamePlayersController
({ remotePlayers })
app/containers/Game/GamePlayersController.jsx:11
Function
JoinRoom
()
app/containers/JoinRoom/JoinRoom.jsx:21
Function
Localized
(props)
app/components/Localized/Localized.jsx:5
Function
LocalizedLocation
({ location, customLocations })
app/components/LocalizedLocation/LocalizedLocation.jsx:5
Function
LocalizedRole
({ role, location, customLocations })
app/components/LocalizedRole/LocalizedRole.jsx:5
Function
Location
({ locationObj, crossOutLocation, state })
app/components/Locations/Location.jsx:6
Function
Locations
({ matchId, location, locations = {}, prevLocation })
app/components/Locations/Locations.jsx:21
Function
LocationsCount
({ className, style })
app/components/LocationsCount/LocationsCount.jsx:5
Function
LocationsPopup
({ isOpen, toggle })
app/containers/Game/ResultPopup.jsx:11
Function
LocationsPopup
({ isOpen, toggle })
app/containers/Game/LocationsPopup.jsx:8
Function
ModeratorMode
()
app/components/ModeratorMode/ModeratorMode.jsx:6
Function
Player
({ index, started, onPlayerChange })
app/containers/Game/Player.jsx:15
Function
RemotePlayer
({ roomId, playerUserId, remotePlayer, started })
app/containers/Game/RemotePlayer.jsx:10
Function
ResultsSpies
({ className, spies = [], remotePlayers = {} })
app/components/ResultsSpies/ResultsSpies.jsx:6
Function
RolePopup
({ isOpen, toggle, player, location, role, customLocations })
app/components/RolePopup/RolePopup.jsx:10
Function
Room
({ started })
app/containers/Game/Room.jsx:16
Function
RoomClient
({ roomId, player })
app/containers/JoinRoom/RoomClient.jsx:22
Function
RootComponent
({ history, store, persistor })
app/EntryPoint.jsx:10
Function
ScrollToTop
({ location, children })
app/components/ScrollToTop/ScrollToTop.jsx:4
Function
SelectAll
({ checked, onClick })
app/components/SelectAll/SelectAll.jsx:5
Function
Settings
()
app/containers/Settings/Settings.jsx:18
Function
Spinner
(props)
app/components/Spinner/Spinner.jsx:4
Function
SpinnerModal
()
app/components/SpinnerModal/SpinnerModal.jsx:20
Function
SpyCount
({ spyCount, spies, allSpies, hideSpyCount, className })
app/components/SpyCount/SpyCount.jsx:7
Function
SpyIcon
({ className, style })
app/components/SpyIcon/SpyIcon.jsx:6
Function
Timer
({ initialValue, showCountdown, running, onComplete, onCountdownComplete })
app/components/Timer/Timer.jsx:11
Function
TimerManager
()
app/containers/Game/TimerManager.jsx:12
Function
addPlayerAction
()
app/actions/config.js:64
Function
createCustomLocationAction
()
app/actions/config.js:40
Function
deselectAllLocationsAction
(locationIds)
app/actions/config.js:35
Function
gameAllSpiesSelector
(state)
app/selectors/gameAllSpies.js:3
Function
gameMatchIdSelector
(state)
app/selectors/gameMatchId.js:3
Function
gamePlayerRolesSelector
(state)
app/selectors/gamePlayerRoles.js:3
Function
gamePrevLocationSelector
(state)
app/selectors/gamePrevLocation.js:3
Function
gameShowCountdownSelector
(state)
app/selectors/gameShowCountdown.js:3
Function
gameStateSelector
(state)
app/selectors/gameState.js:5
Function
gameTimeRunningSelector
(state)
app/selectors/gameTimeRunning.js:3
Function
getCustomLocations
(state)
app/selectors/totalLocationsCount.js:6
Function
getSelectedLocations
(state)
app/selectors/selectedLocationsCount.js:5
Function
joinPlayerSelector
(state)
app/selectors/joinPlayer.js:4
Function
joinRoomIdSelector
(state)
app/selectors/joinRoomId.js:4
Function
languageSelector
(state)
app/selectors/language.js:4
Function
onAddPlayer
()
app/containers/Game/GamePlayersController.jsx:18
Function
onCloseExported
()
app/containers/Settings/ExportLocations.jsx:67
Function
onCloseImporting
()
app/containers/Settings/ExportLocations.jsx:71
Function
onCloseRoom
()
app/containers/Game/Room.jsx:44
Function
onDelete
(evt)
app/containers/Settings/Location.jsx:50
Function
onDeselectAllClick
()
app/containers/Settings/CustomLocationsList.jsx:18
Function
onDeselectAllClick
()
app/containers/Settings/DefaultLocationsList.jsx:26
Function
onDownload
()
app/containers/Settings/DownloadLocations.jsx:16
Function
onDrop
(files)
app/containers/Settings/DownloadLocations.jsx:33
Function
onEndGame
()
app/containers/Game/GameManager.jsx:200
Function
onExport
()
app/containers/Settings/ExportLocations.jsx:30
Function
onImport
()
app/containers/Settings/ExportLocations.jsx:47
Function
onJoinRoom
()
app/containers/JoinRoom/JoinRoom.jsx:36
Function
onLeaveRoom
()
app/containers/JoinRoom/RoomClient.jsx:61
Function
onPasteRoomId
(evt)
app/containers/JoinRoom/JoinRoom.jsx:54
Function
onPlayerUpdateName
(evt)
app/containers/Game/Player.jsx:35
Function
onRefreshRoom
()
app/containers/Game/Room.jsx:37
Function
onRemPlayer
()
app/containers/Game/GamePlayersController.jsx:23
Function
onRemove
()
app/containers/Game/RemotePlayer.jsx:14
Function
onRoomCopy
()
app/containers/Game/Room.jsx:50
Function
onSave
(evt)
app/containers/Settings/Location.jsx:43
Function
onSelectAllClick
()
app/containers/Settings/CustomLocationsList.jsx:13
Function
onSelectAllClick
()
app/containers/Settings/DefaultLocationsList.jsx:21
Function
onSetPlayerModeratorRole
(moderatorRole)
app/containers/Game/Player.jsx:39
Function
onSetPlayerModeratorRole
(evt)
app/containers/Game/GameModeratorRoleSelector.jsx:13
Function
onSetRemovePlayerModeratorRole
(moderatorRole)
app/containers/Game/RemotePlayer.jsx:20
Function
onSetTime
(evt)
app/containers/Game/GameConfig.jsx:27
Function
onStartGame
()
app/containers/Game/GameManager.jsx:72
Function
onToggleAllSpies
()
app/containers/Settings/Location.jsx:31
Function
remCustomLocationAction
(id)
app/actions/config.js:49
Function
remPlayerAction
()
app/actions/config.js:68
Function
roomConnectedSelector
(state)
app/selectors/sessionRoomConnected.js:4
Function
roomIdSelector
(state)
app/selectors/roomId.js:4
Function
saveCustomLocationAction
(id, location)
app/actions/config.js:44
Function
selectAllLocationsAction
(locationIds)
app/actions/config.js:30
Function
selectedLocationsSelector
(state)
app/selectors/selectedLocations.js:4
Function
sessionJoinedRoomSelector
(state)
app/selectors/sessionJoinedRoom.js:4
Function
setAutoStarTimerAction
(autoStartTimer)
app/actions/config.js:87
Function
setCustomLocationsAction
(customLocations)
app/actions/config.js:54
Function
setHideSpyCountAction
(hideSpyCount)
app/actions/config.js:92
Function
setJoinPlayerAction
(player)
app/actions/joinRoom.js:9
Function
setJoinRoomIdAction
(roomId)
app/actions/joinRoom.js:4
Function
setJoinedRoomAction
(joined)
app/actions/session.js:9
Function
setLanguageAction
(language)
app/actions/root.js:9
Function
setModeratorLocationAction
(moderatorLocation)
app/actions/config.js:102
Function
setModeratorModeAction
(moderatorMode)
app/actions/config.js:97
Function
setRoomConnectedAction
(connected)
app/actions/session.js:4
Function
setSpyCountAction
(spyCount)
app/actions/config.js:82
← previous
next →
101–200 of 210, ranked by callers