MCPcopy Create free account

hub / github.com/alpcanaydin/githubist / functions

Functions157 in github.com/alpcanaydin/githubist

Methodrender
()
src/routes/Languages/tabs/LanguageList.jsx:65
Methodrender
()
src/routes/Developers/tabs/DeveloperList.jsx:70
Methodrender
()
src/routes/Location/tabs/Languages/Languages.jsx:80
Methodrender
()
src/routes/Location/tabs/Developers/Developers.jsx:77
Methodrender
()
src/routes/Location/tabs/Repositories/Repositories.jsx:80
Methodrender
()
src/routes/Developer/tabs/Languages/Languages.jsx:80
Methodrender
()
src/routes/Developer/tabs/Repositories/Repositories.jsx:80
Methodrender
()
src/routes/Repositories/tabs/RepositoryList.jsx:70
Methodrender
()
src/routes/Language/tabs/Locations/Locations.jsx:73
Methodrender
()
src/routes/Language/tabs/Developers/Developers.jsx:73
Methodrender
()
src/routes/Language/tabs/Repositories/Repositories.jsx:73
Methodrender
()
src/containers/Search/Search.jsx:116
Methodrgb
(r: number, g: number, b: number)
flow-typed/npm/chalk_v2.x.x.js:34
FunctionsassLoader
({ isServer = false, env = 'dev' })
webpack/sassLoaderConfig.js:4
MethodtoBeCalled
()
flow-typed/npm/jest_v23.x.x.js:613
MethodtoBeCloseTo
* 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
MethodtoBeDefined
* Use .toBeDefined to check that a variable is not undefined.
flow-typed/npm/jest_v23.x.x.js:551
MethodtoBeFalsy
* 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
MethodtoBeGreaterThan
* To compare floating point numbers, you can use toBeGreaterThan.
flow-typed/npm/jest_v23.x.x.js:560
MethodtoBeGreaterThanOrEqual
* To compare floating point numbers, you can use toBeGreaterThanOrEqual.
flow-typed/npm/jest_v23.x.x.js:564
MethodtoBeInstanceOf
* Use .toBeInstanceOf(Class) to check that an object is an instance of a * class.
flow-typed/npm/jest_v23.x.x.js:577
MethodtoBeLessThan
* To compare floating point numbers, you can use toBeLessThan.
flow-typed/npm/jest_v23.x.x.js:568
MethodtoBeLessThanOrEqual
* To compare floating point numbers, you can use toBeLessThanOrEqual.
flow-typed/npm/jest_v23.x.x.js:572
MethodtoBeNull
* .toBeNull() is the same as .toBe(null) but the error messages are a bit * nicer.
flow-typed/npm/jest_v23.x.x.js:582
MethodtoBeTruthy
* 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
MethodtoBeUndefined
* Use .toBeUndefined to check that a variable is undefined.
flow-typed/npm/jest_v23.x.x.js:591
MethodtoComponent
()
flow-typed/npm/react-helmet_v5.x.x.js:26
MethodtoComponent
()
flow-typed/npm/react-helmet_v5.x.x.js:31
MethodtoContain
* 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
MethodtoContainEqual
* 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
MethodtoHaveBeenCalled
* Use .toHaveBeenCalled to ensure that a mock function got called.
flow-typed/npm/jest_v23.x.x.js:612
MethodtoHaveBeenCalledTimes
* Use .toHaveBeenCalledTimes to ensure that a mock function got called exact * number of times.
flow-typed/npm/jest_v23.x.x.js:618
MethodtoHaveBeenCalledWith
* Use .toHaveBeenCalledWith to ensure that a mock function was called with * specific arguments.
flow-typed/npm/jest_v23.x.x.js:654
MethodtoHaveBeenLastCalledWith
* Use .toHaveBeenLastCalledWith to ensure that a mock function was last called * with specific arguments.
flow-typed/npm/jest_v23.x.x.js:660
MethodtoHaveBeenNthCalledWith
*
flow-typed/npm/jest_v23.x.x.js:623
MethodtoHaveLastReturnedWith
*
flow-typed/npm/jest_v23.x.x.js:643
MethodtoHaveLength
* 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
MethodtoHaveNthReturnedWith
*
flow-typed/npm/jest_v23.x.x.js:648
MethodtoHaveProperty
*
flow-typed/npm/jest_v23.x.x.js:670
MethodtoHaveReturned
*
flow-typed/npm/jest_v23.x.x.js:628
MethodtoHaveReturnedTimes
*
flow-typed/npm/jest_v23.x.x.js:633
MethodtoHaveReturnedWith
*
flow-typed/npm/jest_v23.x.x.js:638
MethodtoMatch
* Use .toMatch to check that a string matches a regular expression or string.
flow-typed/npm/jest_v23.x.x.js:674
MethodtoMatchObject
* 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
MethodtoReturn
()
flow-typed/npm/jest_v23.x.x.js:629
MethodtoReturnTimes
(number: number)
flow-typed/npm/jest_v23.x.x.js:634
MethodtoReturnWith
(value: any)
flow-typed/npm/jest_v23.x.x.js:639
MethodtoStrictEqual
* 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
MethodtoString
()
flow-typed/npm/react-helmet_v5.x.x.js:30
MethodtoThrow
* 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
MethodtoThrowError
(message?: string | Error | Class<Error> | RegExp)
flow-typed/npm/jest_v23.x.x.js:703
MethodtoThrowErrorMatchingSnapshot
* 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
Methodunsubscribe
()
flow-typed/npm/react-apollo_v2.x.x.js:499
Methodunsubscribe
()
flow-typed/npm/react-apollo_v2.x.x.js:511
MethodwriteData
(options: DataProxyWriteDataOptions)
flow-typed/npm/react-apollo_v2.x.x.js:647
MethodwriteFragment
(options: DataProxyWriteFragmentOptions)
flow-typed/npm/react-apollo_v2.x.x.js:646
MethodwriteQuery
(options: DataProxyWriteQueryOptions)
flow-typed/npm/react-apollo_v2.x.x.js:645
← previous101–157 of 157, ranked by callers