MCPcopy Create free account

hub / github.com/ReactTraining/classic-react-workshop / functions

Functions645 in github.com/ReactTraining/classic-react-workshop

↓ 48 callersFunctiondebug
()
subjects/04-Testing/mocha-browser.js:9086
↓ 31 callersFunction__webpack_require__
(moduleId)
subjects/04-Testing/mocha-browser.js:9300
↓ 23 callersFunctiondone
(failures)
subjects/04-Testing/mocha-browser.js:1644
↓ 22 callersFunctionwrite
* Stdout helper. * * @param {string} string A message to write to stdout.
subjects/04-Testing/mocha-browser.js:3689
↓ 18 callersFunctionassert
(pass, description)
subjects/assert.js:1
↓ 18 callersFunctioncheckOffset
(offset, ext, length)
subjects/04-Testing/mocha-browser.js:8037
↓ 15 callersFunctionfixSetTarget
(param)
subjects/05-Imperative-to-Declarative/utils/AudioContextMonkeyPatch.js:51
↓ 15 callersFunctionfixSetTarget
(param)
subjects/15-Motion/utils/AudioContextMonkeyPatch.js:51
↓ 15 callersFunctionindent
()
subjects/04-Testing/mocha-browser.js:2345
↓ 14 callersFunctioncheckInt
(buf, value, offset, ext, max, min)
subjects/04-Testing/mocha-browser.js:8212
↓ 11 callersFunctionfragment
* Return a DOM fragment from `html`. * * @param {string} html
subjects/04-Testing/mocha-browser.js:2792
↓ 10 callersFunctionparseError
(message)
subjects/04-Testing/mocha-browser.js:11760
↓ 9 callersFunction_interopRequireDefault
(obj)
subjects/04-Testing/mocha-browser.js:9376
↓ 9 callersFunction_toConsumableArray
(arr)
subjects/04-Testing/mocha-browser.js:10443
↓ 9 callersFunctioncreateBuffer
(length)
subjects/04-Testing/mocha-browser.js:7046
↓ 8 callersFunctionisUndefined
(arg)
subjects/04-Testing/mocha-browser.js:8774
↓ 7 callersFunctioncollectChange
(state)
subjects/04-Testing/mocha-browser.js:10695
↓ 7 callersFunctiondispatch
subjects/19-Mini-Redux/solution/mini-redux/createStore.js:7
↓ 7 callersFunctionobjectToString
(o)
subjects/04-Testing/mocha-browser.js:8816
↓ 7 callersMethodopen
()
subjects/05-Imperative-to-Declarative/exercise-no-bootstrap.js:35
↓ 7 callersMethodrender
()
subjects/08-Render-Props/solution.js:98
↓ 7 callersFunctionswap
(b, n, m)
subjects/04-Testing/mocha-browser.js:7478
↓ 6 callersFunctioncolorLines
* Color lines for `str`, using the color `name`. * * @api private * @param {string} name * @param {string} str * @return {string}
subjects/04-Testing/mocha-browser.js:2285
↓ 6 callersFunctiontag
* HTML tag helper. * * @param name * @param attrs * @param close * @param content * @return {string}
subjects/04-Testing/mocha-browser.js:4158
↓ 5 callersFunctionarrayClone
(arr, n)
subjects/04-Testing/mocha-browser.js:11591
↓ 5 callersFunctioncreateStore
(reducer)
subjects/19-Mini-Redux/solution/mini-redux/createStore.js:1
↓ 5 callersFunctionescape
(string)
subjects/04-Testing/mocha-browser.js:11929
↓ 5 callersFunctionhas
(object, propertyName)
subjects/04-Testing/mocha-browser.js:11692
↓ 5 callersFunctionisObject
(arg)
subjects/04-Testing/mocha-browser.js:8784
↓ 5 callersFunctionjsonStringify
* like JSON.stringify but more sense. * * @api private * @param {Object} object * @param {number=} spaces * @param {number=} depth * @returns {
subjects/04-Testing/mocha-browser.js:6449
↓ 5 callersFunctionnext
(i)
subjects/04-Testing/mocha-browser.js:4923
↓ 4 callersFunctionBuffer
* The Buffer constructor returns instances of `Uint8Array` that have their * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subc
subjects/04-Testing/mocha-browser.js:7066
↓ 4 callersFunctionblitBuffer
(src, dst, offset, length)
subjects/04-Testing/mocha-browser.js:8690
↓ 4 callersFunctioncleanArrReferences
(arr)
subjects/04-Testing/mocha-browser.js:5418
↓ 4 callersFunctionemitReadable
(stream)
subjects/04-Testing/mocha-browser.js:13276
↓ 4 callersFunctionfinishMaybe
(stream, state)
subjects/04-Testing/mocha-browser.js:14645
↓ 4 callersFunctionisString
(arg)
subjects/04-Testing/mocha-browser.js:8764
↓ 4 callersFunctionpad
* Pad the given `str` to `len`. * * @api private * @param {string} str * @param {string} len * @return {string}
subjects/04-Testing/mocha-browser.js:2169
↓ 4 callersFunctionplural
* Pluralization helper.
subjects/04-Testing/mocha-browser.js:12356
↓ 4 callersFunctionread
(buf, i)
subjects/04-Testing/mocha-browser.js:7689
↓ 4 callersFunctionselectField
(index, mine, theirs)
subjects/04-Testing/mocha-browser.js:10560
↓ 4 callersFunctiontitle
(str)
subjects/04-Testing/mocha-browser.js:3305
↓ 4 callersFunctionupdateStats
()
subjects/04-Testing/mocha-browser.js:2705
↓ 3 callersFunctionaddChunk
(stream, state, chunk, addToFront)
subjects/04-Testing/mocha-browser.js:13073
↓ 3 callersFunctionallocUnsafe
(size)
subjects/04-Testing/mocha-browser.js:7157
↓ 3 callersFunctionappendToStack
(el)
subjects/04-Testing/mocha-browser.js:2698
↓ 3 callersFunctionchecked
(length)
subjects/04-Testing/mocha-browser.js:7260
↓ 3 callersFunctionconfig
* Checks `localStorage` for boolean values for the given `name`. * * @param {String} name * @returns {Boolean} * @api private
subjects/04-Testing/mocha-browser.js:15434
↓ 3 callersFunctionconflict
(hunk, mine, their)
subjects/04-Testing/mocha-browser.js:10672
↓ 3 callersFunctionconnect
(mapStateToProps)
subjects/19-Mini-Redux/exercise/mini-redux/connect.js:3
↓ 3 callersFunctioncontextLines
(lines)
subjects/04-Testing/mocha-browser.js:10855
↓ 3 callersFunctionconvertHundreds
(n)
subjects/09-Render-Optimizations/utils/convertNumberToEnglish.js:48
↓ 3 callersFunctiondoWrite
(stream, state, writev, len, chunk, encoding, cb)
subjects/04-Testing/mocha-browser.js:14444
↓ 3 callersFunctiondraw
(type, n)
subjects/04-Testing/mocha-browser.js:3521
↓ 3 callersFunctionendReadable
(stream)
subjects/04-Testing/mocha-browser.js:13776
↓ 3 callersFunctionflow
(stream)
subjects/04-Testing/mocha-browser.js:13594
↓ 3 callersFunctionformatError
(value)
subjects/04-Testing/mocha-browser.js:15800
↓ 3 callersFunctionformatProperty
(ctx, value, recurseTimes, visibleKeys, key, array)
subjects/04-Testing/mocha-browser.js:15825
↓ 3 callersFunctionformatValue
(ctx, value, recurseTimes)
subjects/04-Testing/mocha-browser.js:15668
↓ 3 callersFunctionhasOnly
* Determines whether a suite has an `only` test or suite as a descendant. * * @param {Array} suite * @returns {Boolean} * @api private
subjects/04-Testing/mocha-browser.js:5560
↓ 3 callersFunctionisArrayBuffer
(obj)
subjects/04-Testing/mocha-browser.js:8700
↓ 3 callersFunctionisError
(e)
subjects/04-Testing/mocha-browser.js:8794
↓ 3 callersFunctionisFunction
(arg)
subjects/04-Testing/mocha-browser.js:8799
↓ 3 callersFunctionisNull
(arg)
subjects/04-Testing/mocha-browser.js:8749
↓ 3 callersFunctionisRegExp
(re)
subjects/04-Testing/mocha-browser.js:8779
↓ 3 callersFunctionnotify
()
subjects/07-Higher-Order-Components/utils/createMediaListener.js:27
↓ 3 callersFunctionnumberIsNaN
(obj)
subjects/04-Testing/mocha-browser.js:8706
↓ 3 callersFunctionon
* Listen on `event` with callback `fn`.
subjects/04-Testing/mocha-browser.js:2853
↓ 3 callersFunctionsetToken
(req)
subjects/16-Redux/solution/utils/xhr.js:3
↓ 3 callersFunctionsetToken
(req)
subjects/16-Redux/exercise/utils/xhr.js:3
↓ 3 callersFunctiontext
* Set an element's text contents. * * @param {HTMLElement} el * @param {string} contents
subjects/04-Testing/mocha-browser.js:2842
↓ 3 callersFunctionunpipe
()
subjects/04-Testing/mocha-browser.js:13443
↓ 3 callersFunctionutf8CheckByte
(byte)
subjects/04-Testing/mocha-browser.js:15219
↓ 3 callersFunctionutf8ToBytes
(string, units)
subjects/04-Testing/mocha-browser.js:8581
↓ 2 callersFunction$getMaxListeners
(that)
subjects/04-Testing/mocha-browser.js:11183
↓ 2 callersFunctionEElistenerCount
(emitter, type)
subjects/04-Testing/mocha-browser.js:12828
↓ 2 callersFunction_addListener
(target, type, listener, prepend)
subjects/04-Testing/mocha-browser.js:11307
↓ 2 callersFunction_isUint8Array
(obj)
subjects/04-Testing/mocha-browser.js:12844
↓ 2 callersFunction_onceWrap
(target, type, listener)
subjects/04-Testing/mocha-browser.js:11408
↓ 2 callersFunction_stringify
(val)
subjects/04-Testing/mocha-browser.js:6468
↓ 2 callersFunction_uint8ArrayToBuffer
(chunk)
subjects/04-Testing/mocha-browser.js:12841
↓ 2 callersFunctionallRemoves
(changes)
subjects/04-Testing/mocha-browser.js:10773
↓ 2 callersFunctionarrayIndexOf
(arr, val, byteOffset, encoding, dir)
subjects/04-Testing/mocha-browser.js:7670
↓ 2 callersFunctionasciiWrite
(buf, string, offset, length)
subjects/04-Testing/mocha-browser.js:7767
↓ 2 callersFunctionassertSize
(size)
subjects/04-Testing/mocha-browser.js:7125
↓ 2 callersFunctionbase64ToBytes
(str)
subjects/04-Testing/mocha-browser.js:8686
↓ 2 callersFunctionbidirectionalIndexOf
(buffer, val, byteOffset, encoding, dir)
subjects/04-Testing/mocha-browser.js:7614
↓ 2 callersFunctionbouncySpring
subjects/15-Motion/solution.js:89
↓ 2 callersFunctioncallFn
(fn)
subjects/04-Testing/mocha-browser.js:4549
↓ 2 callersFunctioncallFnAsync
(fn)
subjects/04-Testing/mocha-browser.js:4577
↓ 2 callersFunctioncheckIEEE754
(buf, value, offset, ext, max, min)
subjects/04-Testing/mocha-browser.js:8400
↓ 2 callersFunctionclean
* Return a plain-object representation of `test` * free of cyclic properties etc. * * @api private * @param {Object} test * @return {Object}
subjects/04-Testing/mocha-browser.js:2946
↓ 2 callersFunctioncleanup
()
subjects/04-Testing/mocha-browser.js:13372
↓ 2 callersFunctionclearBuffer
(stream, state)
subjects/04-Testing/mocha-browser.js:14527
↓ 2 callersFunctioncloneHunk
(hunk, offset)
subjects/04-Testing/mocha-browser.js:10573
↓ 2 callersFunctioncodePointToSymbol
(codePoint, strict)
subjects/04-Testing/mocha-browser.js:11722
↓ 2 callersFunctionconvertTens
(n)
subjects/09-Render-Optimizations/utils/convertNumberToEnglish.js:40
↓ 2 callersFunctionconvertThousands
(n)
subjects/09-Render-Optimizations/utils/convertNumberToEnglish.js:54
↓ 2 callersFunctioncopyProps
(src, dst)
subjects/04-Testing/mocha-browser.js:14892
↓ 2 callersMethoddoImperativeWork
()
subjects/05-Imperative-to-Declarative/solution-class.js:37
next →1–100 of 645, ranked by callers