MCPcopy Create free account

hub / github.com/arximboldi/immer / functions

Functions2,869 in github.com/arximboldi/immer

↓ 1 callersFunctionarraySome
* A specialized version of `_.some` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array
extra/js/lib/lodash.js:690
↓ 1 callersFunctionary
* Creates a function that invokes `func`, with up to `n` arguments, * ignoring any additional arguments. * * @static * @memberOf _
extra/js/lib/lodash.js:9549
↓ 1 callersFunctionat
(t)
extra/js/lib/immutable.min.js:11
↓ 1 callersMethodat
! * Returns a `const` reference to the element at position * `index`. It throws an `std::out_of_range` exception when @f$ * index \geq
immer/vector.hpp:217
↓ 1 callersFunctionbaseConforms
* The base implementation of `_.conforms` which doesn't clone `source`. * * @private * @param {Object} source The object of property pr
extra/js/lib/lodash.js:2428
↓ 1 callersFunctionbaseFill
* The base implementation of `_.fill` without an iteratee call guard. * * @private * @param {Array} array The array to fill. * @pa
extra/js/lib/lodash.js:2624
↓ 1 callersFunctionbaseForOwnRight
* The base implementation of `_.forOwnRight` without support for iteratee shorthands. * * @private * @param {Object} object The object
extra/js/lib/lodash.js:2739
↓ 1 callersFunctionbaseInRange
* The base implementation of `_.inRange` which doesn't coerce arguments. * * @private * @param {number} number The number to check.
extra/js/lib/lodash.js:2856
↓ 1 callersFunctionbaseInverter
* The base implementation of `_.invert` and `_.invertBy` which inverts * `object` with values transformed by `iteratee` and set by `setter`.
extra/js/lib/lodash.js:2934
↓ 1 callersFunctionbaseIsEqualDeep
* A specialized version of `baseIsEqual` for arrays and objects which performs * deep comparisons and tracks traversed objects enabling objects w
extra/js/lib/lodash.js:3023
↓ 1 callersFunctionbaseIteratee
* The base implementation of `_.iteratee`. * * @private * @param {*} [value=_.identity] The value to convert to an iteratee. * @re
extra/js/lib/lodash.js:3188
↓ 1 callersFunctionbaseKeysIn
* The base implementation of `_.keysIn` which doesn't skip the constructor * property of prototypes or treat sparse arrays as dense. *
extra/js/lib/lodash.js:3223
↓ 1 callersFunctionbaseMap
* The base implementation of `_.map` without support for iteratee shorthands. * * @private * @param {Array|Object} collection The colle
extra/js/lib/lodash.js:3261
↓ 1 callersFunctionbaseMergeDeep
* A specialized version of `baseMerge` for arrays and objects which performs * deep merges and tracks traversed objects enabling objects with cir
extra/js/lib/lodash.js:3363
↓ 1 callersFunctionbasePropertyDeep
* A specialized version of `baseProperty` which supports deep paths. * * @private * @param {Array|string} path The path of the property
extra/js/lib/lodash.js:3507
↓ 1 callersFunctionbaseRange
* The base implementation of `_.range` and `_.rangeRight` which doesn't * coerce arguments. * * @private * @param {number} start T
extra/js/lib/lodash.js:3611
↓ 1 callersFunctionbaseSortBy
* The base implementation of `_.sortBy` which uses `comparer` to define the * sort order of `array` and replaces criteria objects with their corres
extra/js/lib/lodash.js:876
↓ 1 callersFunctionbaseToPairs
* The base implementation of `_.toPairs` and `_.toPairsIn` which creates an array * of key-value pairs for `object` corresponding to the property n
extra/js/lib/lodash.js:937
↓ 1 callersFunctionbaseUnset
* The base implementation of `_.unset`. * * @private * @param {Object} object The object to modify. * @param {Array|string} path T
extra/js/lib/lodash.js:4000
↓ 1 callersFunctionbb
(a,b)
extra/js/lib/mori.js:31
↓ 1 callersFunctionbd
(a)
extra/js/lib/mori.js:96
↓ 1 callersFunctionbefore
* Creates a function that invokes `func`, with the `this` binding and arguments * of the created function, while it's called less than `n` times.
extra/js/lib/lodash.js:9572
↓ 1 callersMethodbuild_extension
(self, ext)
setup.py:37
↓ 1 callersFunctioncapitalize
* Converts the first character of `string` to upper case and the remaining * to lower case. * * @static * @memberOf _ * @sinc
extra/js/lib/lodash.js:13661
↓ 1 callersFunctionce
(t,e,r)
extra/js/lib/immutable.min.js:16
↓ 1 callersFunctionchain
* Creates a `lodash` wrapper instance that wraps `value` with explicit method * chain sequences enabled. The result of such sequences must be unw
extra/js/lib/lodash.js:8242
↓ 1 callersFunctioncheck_root
immer/detail/rbts/rrbtree.hpp:1393
↓ 1 callersFunctioncheck_root
immer/detail/rbts/rbtree.hpp:518
↓ 1 callersFunctioncheck_tail
immer/detail/rbts/rrbtree.hpp:1384
↓ 1 callersFunctioncheck_tail
immer/detail/rbts/rbtree.hpp:509
↓ 1 callersFunctioncleanupOS
* A utility function to clean up the OS name. * * @private * @param {string} os The OS name to clean up. * @param {string} [pattern] A `Re
extra/js/lib/platform.js:78
↓ 1 callersFunctioncloneBuffer
* Creates a clone of `buffer`. * * @private * @param {Buffer} buffer The buffer to clone. * @param {boolean} [isDeep] Specify a d
extra/js/lib/lodash.js:4168
↓ 1 callersFunctioncloneDataView
* Creates a clone of `dataView`. * * @private * @param {Object} dataView The data view to clone. * @param {boolean} [isDeep] Speci
extra/js/lib/lodash.js:4198
↓ 1 callersFunctioncloneMap
* Creates a clone of `map`. * * @private * @param {Object} map The map to clone. * @param {Function} cloneFunc The function to clo
extra/js/lib/lodash.js:4212
↓ 1 callersFunctioncloneRegExp
* Creates a clone of `regexp`. * * @private * @param {Object} regexp The regexp to clone. * @returns {Object} Returns the cloned r
extra/js/lib/lodash.js:4224
↓ 1 callersFunctioncloneSet
* Creates a clone of `set`. * * @private * @param {Object} set The set to clone. * @param {Function} cloneFunc The function to clo
extra/js/lib/lodash.js:4239
↓ 1 callersFunctioncloneSymbol
* Creates a clone of the `symbol` object. * * @private * @param {Object} symbol The symbol object to clone. * @returns {Object} Re
extra/js/lib/lodash.js:4251
↓ 1 callersFunctioncloneTypedArray
* Creates a clone of `typedArray`. * * @private * @param {Object} typedArray The typed array to clone. * @param {boolean} [isDeep]
extra/js/lib/lodash.js:4263
↓ 1 callersFunctioncompareAscending
* Compares values to sort them in ascending order. * * @private * @param {*} value The value to compare. * @param {*} other The ot
extra/js/lib/lodash.js:4276
↓ 1 callersFunctioncompareMultiple
* Used by `_.orderBy` to compare multiple properties of a value to another * and stable sort them. * * If `orders` is unspecified, all
extra/js/lib/lodash.js:4320
↓ 1 callersFunctioncompute
* Computes stats on benchmark results. * * @private * @param {Object} bench The benchmark instance. * @param {Object} options The
extra/js/lib/benchmark.js:1817
↓ 1 callersFunctionconcat
immer/detail/rbts/rrbtree.hpp:734
↓ 1 callersFunctionconcat_mut_lr_r
immer/detail/rbts/rrbtree.hpp:1219
↓ 1 callersFunctioncond
* Creates a function that iterates over `pairs` and invokes the corresponding * function of the first predicate to return truthy. The predicate-f
extra/js/lib/lodash.js:14824
↓ 1 callersMethodconstruct
benchmark/vector/common.hpp:197
↓ 1 callersFunctionconvert_old_type_impl
test/extra/persist/utils.hpp:129
↓ 1 callersFunctioncopySymbols
* Copies own symbol properties of `source` to `object`. * * @private * @param {Object} source The object to copy symbols from. * @
extra/js/lib/lodash.js:4474
↓ 1 callersFunctioncopy_inner_r
immer/detail/rbts/node.hpp:576
↓ 1 callersFunctioncopy_inner_sr_e
immer/detail/rbts/node.hpp:598
↓ 1 callersFunctioncopy_leaf_n
immer/detail/rbts/node.hpp:691
↓ 1 callersMethodcount
(self)
tools/gdb_pretty_printers/printers.py:119
↓ 1 callersMethodcount
(self)
tools/gdb_pretty_printers/printers.py:138
↓ 1 callersFunctioncountHolders
* Gets the number of `placeholder` occurrences in `array`. * * @private * @param {Array} array The array to inspect. * @param {*} placehol
extra/js/lib/lodash.js:1025
↓ 1 callersFunctioncreate
* Creates an object that inherits from the `prototype` object. If a * `properties` object is given, its own enumerable string keyed properties
extra/js/lib/lodash.js:12291
↓ 1 callersFunctioncreateBind
* Creates a function that wraps `func` to invoke it with the optional `this` * binding of `thisArg`. * * @private * @param {Functi
extra/js/lib/lodash.js:4591
↓ 1 callersFunctioncreateCurry
* Creates a function that wraps `func` to enable currying. * * @private * @param {Function} func The function to wrap. * @param {n
extra/js/lib/lodash.js:4684
↓ 1 callersFunctioncreateHybrid
* Creates a function that wraps `func` to invoke it with optional `this` * binding of `thisArg`, partial application, and currying. * *
extra/js/lib/lodash.js:4815
↓ 1 callersFunctioncreatePartial
* Creates a function that wraps `func` to invoke it with the `this` binding * of `thisArg` and `partials` prepended to the arguments it receives.
extra/js/lib/lodash.js:4973
↓ 1 callersFunctionda
(a)
extra/js/lib/mori.js:24
↓ 1 callersMethoddada
test/dada.hpp:115
↓ 1 callersFunctiondebounce
* Creates a debounced function that delays invoking `func` until after `wait` * milliseconds have elapsed since the last time the debounced funct
extra/js/lib/lodash.js:9834
↓ 1 callersFunctiondeburr
* Deburrs `string` by converting * [latin-1 supplementary letters](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_tab
extra/js/lib/lodash.js:13682
↓ 1 callersFunctiondec
immer/detail/hamts/node.hpp:1072
↓ 1 callersMethoddec
immer/refcount/refcount_policy.hpp:36
↓ 1 callersFunctiondestroyElement
* Destroys the given element. * * @private * @param {Element} element The element to destroy.
extra/js/lib/benchmark.js:545
↓ 1 callersFunctiondo_add_mut
immer/detail/hamts/champ.hpp:644
↓ 1 callersFunctiondo_copy_inner_replace
immer/detail/rbts/node.hpp:563
↓ 1 callersFunctiondo_copy_inner_replace_r
immer/detail/rbts/node.hpp:618
↓ 1 callersFunctiondo_copy_inner_replace_sr
immer/detail/rbts/node.hpp:646
↓ 1 callersFunctiondo_copy_inner_sr
immer/detail/rbts/node.hpp:635
↓ 1 callersFunctiondo_stuff
include:move-bad/start
example/vector/move.cpp:13
↓ 1 callersFunctiondo_stuff_better
include:move-good/start
example/vector/move.cpp:20
↓ 1 callersFunctiondo_sub_mut
immer/detail/hamts/champ.hpp:1346
↓ 1 callersFunctiondrop
* Creates a slice of `array` with `n` elements dropped from the beginning. * * @static * @memberOf _ * @since 0.5.0 * @catego
extra/js/lib/lodash.js:6528
↓ 1 callersFunctiondropRight
* Creates a slice of `array` with `n` elements dropped from the end. * * @static * @memberOf _ * @since 3.0.0 * @category Arr
extra/js/lib/lodash.js:6562
↓ 1 callersFunctionea
(a,b)
extra/js/lib/mori.js:24
↓ 1 callersMethodeach_pred
immer/detail/rbts/position.hpp:1201
↓ 1 callersMethodeach_pred_left
immer/detail/rbts/position.hpp:1285
↓ 1 callersMethodeach_pred_right
immer/detail/rbts/position.hpp:1279
↓ 1 callersMethodeach_pred_zip
immer/detail/rbts/position.hpp:1221
↓ 1 callersFunctionempty
immer/array_transient.hpp:32
↓ 1 callersFunctionequalByTag
* A specialized version of `baseIsEqualDeep` for comparing objects of * the same `toStringTag`. * * **Note:** This function only suppor
extra/js/lib/lodash.js:5311
↓ 1 callersFunctionequalObjects
* A specialized version of `baseIsEqualDeep` for objects with support for * partial deep comparisons. * * @private * @param {Objec
extra/js/lib/lodash.js:5390
↓ 1 callersFunctioner
(t)
extra/js/lib/immutable.min.js:20
↓ 1 callersMethodexchange
! * Stores a new value and returns the old value, in a thread-safe manner. */
immer/atom.hpp:203
↓ 1 callersFunctionfilter
* A generic `Array#filter` like method. * * @static * @memberOf Benchmark * @param {Array} array The array to iterate over. *
extra/js/lib/benchmark.js:763
↓ 1 callersMethodfinalizer
extra/guile/scm/type.hpp:110
↓ 1 callersMethodfirst_sub_inner
immer/detail/rbts/position.hpp:1377
↓ 1 callersFunctionfizzbuzz
include:fizzbuzz/start
example/vector/fizzbuzz.cpp:15
↓ 1 callersMethodfor_each_ordered
immer/extra/persist/detail/array/pool.hpp:39
↓ 1 callersMethodfor_each_ordered
immer/extra/persist/detail/box/pool.hpp:42
↓ 1 callersFunctionformatNumber
* Converts a number to a more readable comma-separated string representation. * * @static * @memberOf Benchmark * @param {number}
extra/js/lib/benchmark.js:792
↓ 1 callersFunctionga
(a,b)
extra/js/lib/mori.js:24
↓ 1 callersFunctionge
(t,e)
extra/js/lib/immutable.min.js:18
↓ 1 callersFunctiongetAllKeys
* Creates an array of own enumerable property names and symbols of `object`. * * @private * @param {Object} object The object to query.
extra/js/lib/lodash.js:5461
↓ 1 callersFunctiongetFirstArgument
* Gets the name of the first argument from a function's source. * * @private * @param {Function} fn The function. * @returns {stri
extra/js/lib/benchmark.js:557
↓ 1 callersFunctiongetLayout
* Picks the layout engine from an array of guesses. * * @private * @param {Array} guesses An array of guesses. * @returns {null|st
extra/js/lib/platform.js:481
↓ 1 callersFunctiongetManufacturer
* Picks the manufacturer from an array of guesses. * * @private * @param {Array} guesses An object of guesses. * @returns {null|st
extra/js/lib/platform.js:496
↓ 1 callersFunctiongetName
* Picks the browser name from an array of guesses. * * @private * @param {Array} guesses An array of guesses. * @returns {null|str
extra/js/lib/platform.js:514
↓ 1 callersFunctiongetNext
* Fetches the next bench or executes `onComplete` callback.
extra/js/lib/benchmark.js:868
← previousnext →901–1,000 of 2,869, ranked by callers