Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementmihailescu/Sorting-Visualizer
/ functions
Functions
623 in github.com/clementmihailescu/Sorting-Visualizer
⨍
Functions
623
◇
Types & classes
6
↓ 1,038 callers
Function
__webpack_require__
(moduleId)
client/public/bundle.js:6
↓ 116 callers
Function
invariant
(condition, format, a, b, c, d, e, f)
client/public/bundle.js:872
↓ 109 callers
Function
warning
* Prints a warning in the console if it exists. * * @param {String} message The warning message. * @returns {void}
client/public/bundle.js:22296
↓ 86 callers
Function
_interopRequireDefault
(obj)
client/public/bundle.js:70
↓ 63 callers
Function
dispatch
* Dispatches an action. It is the only way to trigger a state change. * * The `reducer` function, used to create the store, will be called wit
client/public/bundle.js:23145
↓ 16 callers
Function
emitEvent
(event, arg1, arg2, arg3, arg4, arg5)
client/public/bundle.js:8378
↓ 11 callers
Function
checkDebugID
(debugID)
client/public/bundle.js:8450
↓ 10 callers
Function
createAction
(type)
client/public/bundle.js:25202
↓ 10 callers
Function
createChainableTypeChecker
(validate)
client/public/bundle.js:3837
↓ 10 callers
Function
handleActions
(handlers, defaultState)
client/public/bundle.js:27327
↓ 10 callers
Function
measureLifeCyclePerf
(fn, debugID, timerType)
client/public/bundle.js:15433
↓ 8 callers
Function
_classCallCheck
(instance, Constructor)
client/public/bundle.js:7798
↓ 8 callers
Function
getComponentKey
* Generate a key string that identifies a component within a set. * * @param {*} component A component that could contain a manual key. * @param
client/public/bundle.js:1517
↓ 8 callers
Function
getDeclarationErrorAddendum
()
client/public/bundle.js:3042
↓ 8 callers
Method
handleClick
(algorithm)
client/app/components/Main/Toolbar/Toolbar.jsx:18
↓ 8 callers
Function
isEventSupported
* Checks if an event is supported in the current execution environment. * * NOTE: This will not work correctly for non-generic events such as `cha
client/public/bundle.js:9182
↓ 8 callers
Function
isObjectLike
* Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static * @memberOf
client/public/bundle.js:23555
↓ 7 callers
Function
baseGetTag
* The base implementation of `getTag` without fallbacks for buggy environments. * * @private * @param {*} value The value to query. * @returns
client/public/bundle.js:23340
↓ 7 callers
Function
createPrimitiveTypeChecker
(expectedType)
client/public/bundle.js:3873
↓ 7 callers
Function
toSource
* Converts `func` to its source code. * * @private * @param {Function} func The function to convert. * @returns {string} Returns the source co
client/public/bundle.js:27113
↓ 7 callers
Function
traverseAllChildren
* Traverses children that are typically specified as `props.children`, but * might also be specified through attributes: * * - `traverseAllChild
client/public/bundle.js:1638
↓ 6 callers
Function
DOMLazyTree
(node)
client/public/bundle.js:10229
↓ 6 callers
Function
accumulateInto
* Accumulates items that must not be null or undefined into the first one. This * is used to conserve memory by avoiding array allocations, and thus
client/public/bundle.js:6454
↓ 6 callers
Function
defineProperties
(target, props)
client/public/bundle.js:24428
↓ 6 callers
Function
enqueueUpdate
* Mark a component as needing a rerender, adding an optional callback to a * list of functions which will be executed once the rerender occurs.
client/public/bundle.js:7713
↓ 6 callers
Function
getDictionaryKey
(inst)
client/public/bundle.js:5612
↓ 6 callers
Function
getNative
* Gets the native function at `key` of `object`. * * @private * @param {Object} object The object to query. * @param {string} key The key of t
client/public/bundle.js:26985
↓ 6 callers
Function
getPropType
(propValue)
client/public/bundle.js:4109
↓ 6 callers
Function
handleElement
(debugID, element)
client/public/bundle.js:21862
↓ 6 callers
Function
warnNoop
(publicInstance, callerName)
client/public/bundle.js:1910
↓ 5 callers
Function
_inherits
(subClass, superClass)
client/public/bundle.js:22098
↓ 5 callers
Function
_possibleConstructorReturn
(self, call)
client/public/bundle.js:22096
↓ 5 callers
Function
checkMask
(value, bitmask)
client/public/bundle.js:4621
↓ 5 callers
Function
forEachAccumulated
* @param {array} arr an "accumulation" of items which is either an Array or * a single item. Useful when paired with the `accumulate` module. This i
client/public/bundle.js:6511
↓ 5 callers
Function
getKeyFromID
(id)
client/public/bundle.js:3346
↓ 5 callers
Function
getReactRootElementInContainer
* @param {DOMElement|DOMDocument} container DOM element that may contain * a React component * @return {?*} DOM element that may have the reactRoo
client/public/bundle.js:20968
↓ 5 callers
Function
isObject
* Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (e.g. a
client/public/bundle.js:25349
↓ 5 callers
Function
isSymbol
(propType, propValue)
client/public/bundle.js:4089
↓ 5 callers
Function
mapStateToProps
(_ref)
client/public/bundle.js:24401
↓ 5 callers
Function
toString
()
client/public/bundle.js:10225
↓ 4 callers
Function
assocIndexOf
* Gets the index at which the `key` is found in `array` of key-value pairs. * * @private * @param {Array} array The array to inspect. * @param
client/public/bundle.js:28741
↓ 4 callers
Function
checkRenderMessage
(owner)
client/public/bundle.js:12204
↓ 4 callers
Function
escapeTextContentForBrowser
* Escapes text to prevent scripting attacks. * * @param {*} text Text value to escape. * @return {string} An escaped string.
client/public/bundle.js:10595
↓ 4 callers
Function
flattenChildren
(children)
client/public/bundle.js:14018
↓ 4 callers
Function
getDebugID
(inst)
client/public/bundle.js:14645
↓ 4 callers
Function
getEventCharCode
* `charCode` represents the actual "character code" and is safe to use with * `String.fromCharCode`. As such, only keys that correspond to printable
client/public/bundle.js:20556
↓ 4 callers
Function
getEventTarget
* Gets the target node from a native browser event by accounting for * inconsistencies in browser DOM APIs. * * @param {object} nativeEvent Nati
client/public/bundle.js:9124
↓ 4 callers
Function
getInternalInstanceReadyForUpdate
(publicInstance, callerName)
client/public/bundle.js:17413
↓ 4 callers
Function
getIteratorFn
* Returns the iterator method function contained on the iterable object. * * Be sure to invoke the function with the iterable as context: * *
client/public/bundle.js:1688
↓ 4 callers
Function
getMapData
* Gets the data for `map`. * * @private * @param {Object} map The map to query. * @param {string} key The reference key. * @returns {*} Retu
client/public/bundle.js:29352
↓ 4 callers
Function
getPooledWarningPropertyDefinition
* Helper to nullify syntheticEvent instance properties when destructing * * @param {object} SyntheticEvent * @param {String} propName * @r
client/public/bundle.js:7117
↓ 4 callers
Function
getVendorPrefixedEventName
* Attempts to determine the correct vendor prefixed event name. * * @param {string} eventName * @returns {string}
client/public/bundle.js:13517
↓ 4 callers
Function
handleDispatch
(toDispatch, dispatch, array, speed)
client/public/bundle.js:31134
↓ 4 callers
Function
isArrayLike
* Checks if `value` is array-like. A value is considered array-like if it's * not a function and has a `value.length` that's an integer greater than
client/public/bundle.js:25745
↓ 4 callers
Function
isNative
(fn)
client/public/bundle.js:3275
↓ 4 callers
Function
isValidContainer
* True if the supplied DOM node is a valid node element. * * @param {?DOMElement} node The candidate DOM node. * @return {boolean} True if the D
client/public/bundle.js:21096
↓ 4 callers
Function
makePrefixMap
* Generate a mapping of standard vendor prefixes using the defined style property and event name. * * @param {string} styleProp * @param {string
client/public/bundle.js:13457
↓ 4 callers
Function
mapDispatchToProps
()
client/public/bundle.js:24407
↓ 4 callers
Function
markBegin
(debugID, markType)
client/public/bundle.js:8544
↓ 4 callers
Function
markEnd
(debugID, markType)
client/public/bundle.js:8554
↓ 4 callers
Function
quoteAttributeValueForBrowser
* Escapes attribute value to prevent scripting attacks. * * @param {*} value Value to escape. * @return {string} An escaped string.
client/public/bundle.js:13048
↓ 4 callers
Method
render
()
client/app/components/Main/Main.jsx:11
↓ 4 callers
Function
resetMeasurements
()
client/public/bundle.js:8423
↓ 4 callers
Function
setTextContent
(node, text)
client/public/bundle.js:10451
↓ 4 callers
Function
shallowEqual
* Performs equality by iterating through keys on an object and returning false * when any key has values which are not strictly equal between the ar
client/public/bundle.js:16495
↓ 4 callers
Function
toKey
* Converts `value` to a string key if it's not a string or symbol. * * @private * @param {*} value The value to inspect. * @returns {string|sy
client/public/bundle.js:30749
↓ 4 callers
Function
updateOptions
* @param {ReactDOMComponent} inst * @param {boolean} multiple * @param {*} propValue A stringable (with `multiple`, a list of stringables). * @p
client/public/bundle.js:14209
↓ 3 callers
Function
ReactElement
(type, key, ref, self, source, owner, props)
client/public/bundle.js:1006
↓ 3 callers
Function
_objectWithoutProperties
(obj, keys)
client/public/bundle.js:22353
↓ 3 callers
Function
createMicrosoftUnsafeLocalFunction
(func)
client/public/bundle.js:10404
↓ 3 callers
Function
enqueue
* Push an update, if any, onto the queue. Creates a new queue if none is * passed and always returns the queue. Mutative.
client/public/bundle.js:14626
↓ 3 callers
Function
getActiveElement
* Same as document.activeElement but wraps in a try-catch block. In IE it is * not safe to call document.activeElement if there is nothing focused.
client/public/bundle.js:19545
↓ 3 callers
Function
getDisplayName
(element)
client/public/bundle.js:3398
↓ 3 callers
Function
getState
* Reads the state tree managed by the store. * * @returns {any} The current state tree of your application.
client/public/bundle.js:23070
↓ 3 callers
Function
insertTreeChildren
(tree)
client/public/bundle.js:10163
↓ 3 callers
Function
instantiateReactComponent
* Given a ReactNode, create an instance that will actually be mounted. * * @param {ReactNode} node * @param {boolean} shouldHaveDebugID * @ret
client/public/bundle.js:15293
↓ 3 callers
Function
is
(x, y)
client/public/bundle.js:3810
↓ 3 callers
Function
isCustomComponent
(tagName, props)
client/public/bundle.js:11385
↓ 3 callers
Function
isInteractive
(tag)
client/public/bundle.js:5618
↓ 3 callers
Function
isKey
* Checks if `value` is a property name and not a property path. * * @private * @param {*} value The value to check. * @param {Object} [object]
client/public/bundle.js:30560
↓ 3 callers
Function
isLength
* Checks if `value` is a valid array-like length. * * **Note:** This method is loosely based on * [`ToLength`](http://ecma-international.org/ecm
client/public/bundle.js:25788
↓ 3 callers
Function
makeEmptyFunction
* Copyright (c) 2013-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the
client/public/bundle.js:1378
↓ 3 callers
Function
mapIntoWithKeyPrefixInternal
(children, array, prefix, func, context)
client/public/bundle.js:595
↓ 3 callers
Function
match
(arg, factories, name)
client/public/bundle.js:22777
↓ 3 callers
Function
memoize
(fn)
client/public/bundle.js:24852
↓ 3 callers
Function
processQueue
* Processes any enqueued updates. * * @private
client/public/bundle.js:14639
↓ 3 callers
Function
removeDelimitedText
(parentNode, startNode, closingComment)
client/public/bundle.js:9975
↓ 3 callers
Function
shouldUpdateReactComponent
* Given a `prevElement` and `nextElement`, determines if the existing * instance should be updated as opposed to being destroyed or replaced by a ne
client/public/bundle.js:16554
↓ 3 callers
Function
validateTypeDef
(Constructor, typeDef, location)
client/public/bundle.js:2415
↓ 3 callers
Function
verify
(selector, methodName, displayName)
client/public/bundle.js:24362
↓ 2 callers
Function
_assertCheckedLink
(inputProps)
client/public/bundle.js:13868
↓ 2 callers
Function
_assertSingleLink
(inputProps)
client/public/bundle.js:13860
↓ 2 callers
Function
_assertValueLink
(inputProps)
client/public/bundle.js:13863
↓ 2 callers
Function
_defineProperty
(obj, key, value)
client/public/bundle.js:27447
↓ 2 callers
Function
_toConsumableArray
(arr)
client/public/bundle.js:27325
↓ 2 callers
Function
addStyle
(obj, options)
client/public/bundle.js:24989
↓ 2 callers
Function
addStylesToDom
(styles, options)
client/public/bundle.js:24908
↓ 2 callers
Function
adler32
(data)
client/public/bundle.js:21591
↓ 2 callers
Function
arrayMap
* A specialized version of `_.map` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array to it
client/public/bundle.js:26166
↓ 2 callers
Function
assertValidProps
* @param {object} component * @param {?object} props
client/public/bundle.js:11174
next →
1–100 of 623, ranked by callers