MCPcopy Create free account

hub / github.com/alpcanaydin/githubist / functions

Functions157 in github.com/alpcanaydin/githubist

↓ 51 callersMethodtoMatchSnapshot
* This ensures that an Object matches the most recent snapshot.
flow-typed/npm/jest_v23.x.x.js:686
↓ 21 callersMethodtoBe
* toBe just checks that a value is what you expect. It uses === to check * strict equality.
flow-typed/npm/jest_v23.x.x.js:537
↓ 8 callersMethodtoString
()
flow-typed/npm/react-helmet_v5.x.x.js:25
↓ 5 callersFunctiontoDateString
(dateString: string)
src/utils/toDateString.js:18
↓ 3 callersFunctionrender
src/index.jsx:23
↓ 2 callersFunctionabbrNumber
(value: number)
src/utils/abbrNumber.js:7
↓ 1 callersFunctionbuild
()
scripts/build.js:23
↓ 1 callersFunctionlanguageColors
(slug: string)
src/utils/languageColors.js:38
↓ 1 callersFunctionmain
()
scripts/build.js:48
↓ 1 callersMethodtoBeCalledTimes
(number: number)
flow-typed/npm/jest_v23.x.x.js:619
↓ 1 callersMethodtoBeCalledWith
* Use .toBeCalledWith to ensure that a mock function was called with * specific arguments.
flow-typed/npm/jest_v23.x.x.js:542
↓ 1 callersMethodtoEqual
* Use .toEqual when you want to check that two objects have the same value. * This matcher recursively checks the equality of all fields, rather th
flow-typed/npm/jest_v23.x.x.js:608
FunctionApp
()
src/App.jsx:15
FunctionAvatar
({ url, alt, size }: Props)
src/components/Avatar/Avatar.jsx:14
FunctionBasicDeveloperCard
({ profilePicture, name, username, info }: Props)
src/components/BasicDeveloperCard/BasicDeveloperCard.jsx:17
FunctionBox
({ children, className }: Props)
src/components/Box/Box.jsx:13
FunctionButton
({ children, type, primary, secondary, small, className, disabled }: Props)
src/components/Button/Button.jsx:18
FunctionByDate
()
src/routes/Developers/tabs/ByDate/ByDate.jsx:7
FunctionByDate
()
src/routes/Repositories/tabs/ByDate/ByDate.jsx:7
FunctionByFollowers
()
src/routes/Developers/tabs/ByFollowers/ByFollowers.jsx:7
FunctionByForks
()
src/routes/Repositories/tabs/ByForks/ByForks.jsx:7
FunctionByScore
()
src/routes/Locations/tabs/ByScore/ByScore.jsx:7
FunctionByScore
()
src/routes/Languages/tabs/ByScore/ByScore.jsx:7
FunctionByScore
()
src/routes/Developers/tabs/ByScore/ByScore.jsx:7
FunctionByStars
()
src/routes/Repositories/tabs/ByStars/ByStars.jsx:7
FunctionByTotalDevelopers
()
src/routes/Locations/tabs/ByTotalDevelopers/ByTotalDevelopers.jsx:7
FunctionByTotalDevelopers
()
src/routes/Languages/tabs/ByTotalDevelopers/ByTotalDevelopers.jsx:7
FunctionByTotalRepositories
()
src/routes/Locations/tabs/ByTotalRepositories/ByTotalRepositories.jsx:7
FunctionByTotalRepositories
()
src/routes/Languages/tabs/ByTotalRepositories/ByTotalRepositories.jsx:7
FunctionByTotalStarred
()
src/routes/Developers/tabs/ByTotalStarred/ByTotalStarred.jsx:7
FunctionContainer
({ children, className }: Props)
src/components/Container/Container.jsx:13
FunctionDeveloper
({ match }: Props)
src/routes/Developer/Developer.jsx:30
FunctionDeveloperCard
({ rank, name, username, profilePicture, company, followers, totalStarred, repositoriesCount,
src/components/DeveloperCard/DeveloperCard.jsx:28
FunctionDevelopers
()
src/routes/Developers/Developers.jsx:24
FunctionErrorState
()
src/components/ErrorState/ErrorState.jsx:9
FunctionFooter
()
src/components/Footer/Footer.jsx:15
FunctionGeneralInfo
({ match }: Props)
src/routes/Location/tabs/GeneralInfo/GeneralInfo.jsx:16
FunctionGeneralInfo
({ match }: Props)
src/routes/Developer/tabs/GeneralInfo/GeneralInfo.jsx:18
FunctionGeneralInfo
({ match }: Props)
src/routes/Language/tabs/GeneralInfo/GeneralInfo.jsx:16
FunctionHero
({ description }: Props)
src/components/Hero/Hero.jsx:18
FunctionHighlight
({ subject, title }: Props)
src/components/Highlight/Highlight.jsx:14
FunctionHomepage
()
src/routes/Homepage/Homepage.jsx:28
FunctionItem
({ children, rank, percentage }: Props)
src/components/LocationChart/Item.jsx:13
FunctionItem
({ children, to, isActive, exact, outside, className, activeClassName }: Props)
src/components/LinkBar/Item.jsx:19
FunctionLanguage
({ match }: Props)
src/routes/Language/Language.jsx:29
FunctionLanguageBox
({ name, slug, style }: Props)
src/components/LanguageBox/LanguageBox.jsx:17
FunctionLanguageCard
({ rank, name, slug, totalRepositories, totalDevelopers }: Props)
src/components/LanguageCard/LanguageCard.jsx:18
FunctionLanguages
()
src/routes/Languages/Languages.jsx:23
FunctionLinkBar
({ children, withoutGap, className }: Props)
src/components/LinkBar/LinkBar.jsx:14
FunctionLinkButton
({ children, to, primary, secondary, small, className }: Props)
src/components/LinkButton/LinkButton.jsx:18
FunctionList
({ children, columns }: Props)
src/components/List/List.jsx:13
FunctionLoading
()
src/components/Loading/Loading.jsx:7
FunctionLocation
({ match }: Props)
src/routes/Location/Location.jsx:29
FunctionLocationCard
({ rank, name, slug, totalRepositories, totalDevelopers, language, }: Props)
src/components/LocationCard/LocationCard.jsx:23
FunctionLocations
()
src/routes/Locations/Locations.jsx:23
FunctionLogo
({ className, alt }: Props)
src/components/Logo/Logo.jsx:15
FunctionNoData
({ text }: Props)
src/components/NoData/NoData.jsx:11
FunctionNotFound
()
src/components/NotFound/NotFound.jsx:9
FunctionPageHeading
({ title, subtitle }: Props)
src/components/PageHeading/PageHeading.jsx:12
FunctionRepoCard
({ rank, slug, description, language, stars, forks, githubCreatedAt }: Props)
src/components/RepoCard/RepoCard.jsx:26
FunctionRepos
()
src/routes/Repositories/Repositories.jsx:23
FunctionRepository
({ match }: Props)
src/routes/Repository/Repository.jsx:28
FunctionRoutes
()
src/routes/index.jsx:18
FunctionSection
({ children, primary, secondary, className }: Props)
src/components/Section/Section.jsx:15
FunctionSectionBody
({ children, className }: Props)
src/components/SectionBody/SectionBody.jsx:13
FunctionSectionTitle
({ children, subject, className }: Props)
src/components/SectionTitle/SectionTitle.jsx:14
FunctionStatus
({ code, children }: Props)
src/components/ServerStatus/ServerStatus.jsx:11
MethodbgHex
(color: string)
flow-typed/npm/chalk_v2.x.x.js:38
MethodbgHsl
(h: number, s: number, l: number)
flow-typed/npm/chalk_v2.x.x.js:41
MethodbgHsv
(h: number, s: number, v: number)
flow-typed/npm/chalk_v2.x.x.js:42
MethodbgHwb
(h: number, w: number, b: number)
flow-typed/npm/chalk_v2.x.x.js:43
MethodbgKeyword
(color: string)
flow-typed/npm/chalk_v2.x.x.js:39
MethodbgRgb
(r: number, g: number, b: number)
flow-typed/npm/chalk_v2.x.x.js:40
Methodcomplete
()
flow-typed/npm/react-apollo_v2.x.x.js:506
MethodcomponentDidMount
()
src/components/ScrollOnBottom/ScrollOnBottom.jsx:17
MethodcomponentDidUpdate
(prevProps: Props)
src/components/ScrollToTop/ScrollToTop.jsx:12
MethodcomponentDidUpdate
(prevProps: Props)
src/components/Header/Header.jsx:26
MethodcomponentWillUnmount
()
src/components/ScrollOnBottom/ScrollOnBottom.jsx:25
Methodconstructor
(props: Props)
src/components/LocationChart/LocationChart.jsx:27
Methodconstructor
(options?: ChalkOptions)
flow-typed/npm/chalk_v2.x.x.js:31
Functiondone
()
scripts/start.js:32
Methoderror
(errorValue: any)
flow-typed/npm/react-apollo_v2.x.x.js:505
Methodhex
(color: string)
flow-typed/npm/chalk_v2.x.x.js:44
Methodhsl
(h: number, s: number, l: number)
flow-typed/npm/chalk_v2.x.x.js:35
Methodhsv
(h: number, s: number, v: number)
flow-typed/npm/chalk_v2.x.x.js:36
Methodhwb
(h: number, w: number, b: number)
flow-typed/npm/chalk_v2.x.x.js:37
Methodkeyword
(color: string)
flow-typed/npm/chalk_v2.x.x.js:45
MethodlastCalledWith
* If you have a mock function, you can use .lastCalledWith to test what * arguments it was last called with.
flow-typed/npm/jest_v23.x.x.js:532
MethodlastReturnedWith
(value: any)
flow-typed/npm/jest_v23.x.x.js:644
Methodnext
(value: T)
flow-typed/npm/react-apollo_v2.x.x.js:504
MethodnthCalledWith
(nthCall: number, ...args: Array<any>)
flow-typed/npm/jest_v23.x.x.js:624
MethodnthReturnedWith
(nthCall: number, value: any)
flow-typed/npm/jest_v23.x.x.js:649
Functionprocess
()
src/styleMock.js:4
MethodreadFragment
( options: DataProxyReadFragmentOptions, optimistic?: boolean, )
flow-typed/npm/react-apollo_v2.x.x.js:641
MethodreadQuery
( options: DataProxyReadQueryOptions, optimistic?: boolean, )
flow-typed/npm/react-apollo_v2.x.x.js:637
Methodrender
()
src/components/LocationChart/LocationChart.jsx:45
Methodrender
()
src/components/ScrollToTop/ScrollToTop.jsx:20
Methodrender
()
src/components/ScrollOnBottom/ScrollOnBottom.jsx:44
Methodrender
()
src/components/Header/Header.jsx:43
Methodrender
()
src/routes/Locations/tabs/LocationList.jsx:66
next →1–100 of 157, ranked by callers