Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alpcanaydin/githubist
/ functions
Functions
157 in github.com/alpcanaydin/githubist
⨍
Functions
157
◇
Types & classes
211
Method
render
()
src/routes/Languages/tabs/LanguageList.jsx:65
Method
render
()
src/routes/Developers/tabs/DeveloperList.jsx:70
Method
render
()
src/routes/Location/tabs/Languages/Languages.jsx:80
Method
render
()
src/routes/Location/tabs/Developers/Developers.jsx:77
Method
render
()
src/routes/Location/tabs/Repositories/Repositories.jsx:80
Method
render
()
src/routes/Developer/tabs/Languages/Languages.jsx:80
Method
render
()
src/routes/Developer/tabs/Repositories/Repositories.jsx:80
Method
render
()
src/routes/Repositories/tabs/RepositoryList.jsx:70
Method
render
()
src/routes/Language/tabs/Locations/Locations.jsx:73
Method
render
()
src/routes/Language/tabs/Developers/Developers.jsx:73
Method
render
()
src/routes/Language/tabs/Repositories/Repositories.jsx:73
Method
render
()
src/containers/Search/Search.jsx:116
Method
rgb
(r: number, g: number, b: number)
flow-typed/npm/chalk_v2.x.x.js:34
Function
sassLoader
({ isServer = false, env = 'dev' })
webpack/sassLoaderConfig.js:4
Method
toBeCalled
()
flow-typed/npm/jest_v23.x.x.js:613
Method
toBeCloseTo
* Using exact equality with floating point numbers is a bad idea. Rounding * means that intuitive things fail.
flow-typed/npm/jest_v23.x.x.js:547
Method
toBeDefined
* Use .toBeDefined to check that a variable is not undefined.
flow-typed/npm/jest_v23.x.x.js:551
Method
toBeFalsy
* Use .toBeFalsy when you don't care what a value is, you just want to * ensure a value is false in a boolean context.
flow-typed/npm/jest_v23.x.x.js:556
Method
toBeGreaterThan
* To compare floating point numbers, you can use toBeGreaterThan.
flow-typed/npm/jest_v23.x.x.js:560
Method
toBeGreaterThanOrEqual
* To compare floating point numbers, you can use toBeGreaterThanOrEqual.
flow-typed/npm/jest_v23.x.x.js:564
Method
toBeInstanceOf
* Use .toBeInstanceOf(Class) to check that an object is an instance of a * class.
flow-typed/npm/jest_v23.x.x.js:577
Method
toBeLessThan
* To compare floating point numbers, you can use toBeLessThan.
flow-typed/npm/jest_v23.x.x.js:568
Method
toBeLessThanOrEqual
* To compare floating point numbers, you can use toBeLessThanOrEqual.
flow-typed/npm/jest_v23.x.x.js:572
Method
toBeNull
* .toBeNull() is the same as .toBe(null) but the error messages are a bit * nicer.
flow-typed/npm/jest_v23.x.x.js:582
Method
toBeTruthy
* Use .toBeTruthy when you don't care what a value is, you just want to * ensure a value is true in a boolean context.
flow-typed/npm/jest_v23.x.x.js:587
Method
toBeUndefined
* Use .toBeUndefined to check that a variable is undefined.
flow-typed/npm/jest_v23.x.x.js:591
Method
toComponent
()
flow-typed/npm/react-helmet_v5.x.x.js:26
Method
toComponent
()
flow-typed/npm/react-helmet_v5.x.x.js:31
Method
toContain
* Use .toContain when you want to check that an item is in a list. For * testing the items in the list, this uses ===, a strict equality check.
flow-typed/npm/jest_v23.x.x.js:596
Method
toContainEqual
* Use .toContainEqual when you want to check that an item is in a list. For * testing the items in the list, this matcher recursively checks the
flow-typed/npm/jest_v23.x.x.js:602
Method
toHaveBeenCalled
* Use .toHaveBeenCalled to ensure that a mock function got called.
flow-typed/npm/jest_v23.x.x.js:612
Method
toHaveBeenCalledTimes
* Use .toHaveBeenCalledTimes to ensure that a mock function got called exact * number of times.
flow-typed/npm/jest_v23.x.x.js:618
Method
toHaveBeenCalledWith
* Use .toHaveBeenCalledWith to ensure that a mock function was called with * specific arguments.
flow-typed/npm/jest_v23.x.x.js:654
Method
toHaveBeenLastCalledWith
* Use .toHaveBeenLastCalledWith to ensure that a mock function was last called * with specific arguments.
flow-typed/npm/jest_v23.x.x.js:660
Method
toHaveBeenNthCalledWith
*
flow-typed/npm/jest_v23.x.x.js:623
Method
toHaveLastReturnedWith
*
flow-typed/npm/jest_v23.x.x.js:643
Method
toHaveLength
* Check that an object has a .length property and it is set to a certain * numeric value.
flow-typed/npm/jest_v23.x.x.js:666
Method
toHaveNthReturnedWith
*
flow-typed/npm/jest_v23.x.x.js:648
Method
toHaveProperty
*
flow-typed/npm/jest_v23.x.x.js:670
Method
toHaveReturned
*
flow-typed/npm/jest_v23.x.x.js:628
Method
toHaveReturnedTimes
*
flow-typed/npm/jest_v23.x.x.js:633
Method
toHaveReturnedWith
*
flow-typed/npm/jest_v23.x.x.js:638
Method
toMatch
* Use .toMatch to check that a string matches a regular expression or string.
flow-typed/npm/jest_v23.x.x.js:674
Method
toMatchObject
* Use .toMatchObject to check that a javascript object matches a subset of the properties of an object.
flow-typed/npm/jest_v23.x.x.js:678
Method
toReturn
()
flow-typed/npm/jest_v23.x.x.js:629
Method
toReturnTimes
(number: number)
flow-typed/npm/jest_v23.x.x.js:634
Method
toReturnWith
(value: any)
flow-typed/npm/jest_v23.x.x.js:639
Method
toStrictEqual
* Use .toStrictEqual to check that a javascript object matches a subset of the properties of an object.
flow-typed/npm/jest_v23.x.x.js:682
Method
toString
()
flow-typed/npm/react-helmet_v5.x.x.js:30
Method
toThrow
* Use .toThrow to test that a function throws when it is called. * If you want to test that a specific error gets thrown, you can provide an * a
flow-typed/npm/jest_v23.x.x.js:702
Method
toThrowError
(message?: string | Error | Class<Error> | RegExp)
flow-typed/npm/jest_v23.x.x.js:703
Method
toThrowErrorMatchingSnapshot
* Use .toThrowErrorMatchingSnapshot to test that a function throws a error * matching the most recent snapshot when it is called.
flow-typed/npm/jest_v23.x.x.js:708
Method
unsubscribe
()
flow-typed/npm/react-apollo_v2.x.x.js:499
Method
unsubscribe
()
flow-typed/npm/react-apollo_v2.x.x.js:511
Method
writeData
(options: DataProxyWriteDataOptions)
flow-typed/npm/react-apollo_v2.x.x.js:647
Method
writeFragment
(options: DataProxyWriteFragmentOptions)
flow-typed/npm/react-apollo_v2.x.x.js:646
Method
writeQuery
(options: DataProxyWriteQueryOptions)
flow-typed/npm/react-apollo_v2.x.x.js:645
← previous
101–157 of 157, ranked by callers