Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arximboldi/immer
/ functions
Functions
2,869 in github.com/arximboldi/immer
⨍
Functions
2,869
◇
Types & classes
680
↓ 2 callers
Function
J
(t)
extra/js/lib/immutable.min.js:10
↓ 2 callers
Function
Jh
(a)
extra/js/lib/mori.js:390
↓ 2 callers
Function
Jt
(t,e)
extra/js/lib/immutable.min.js:14
↓ 2 callers
Function
Kb
(a)
extra/js/lib/mori.js:38
↓ 2 callers
Function
Kt
(t,e,r,n)
extra/js/lib/immutable.min.js:13
↓ 2 callers
Function
L
(t)
extra/js/lib/immutable.min.js:10
↓ 2 callers
Function
M
(t)
extra/js/lib/immutable.min.js:9
↓ 2 callers
Function
Me
(t)
extra/js/lib/immutable.min.js:19
↓ 2 callers
Function
N
(t,e,r,n)
extra/js/lib/immutable.min.js:10
↓ 2 callers
Function
Nd
(a,b)
extra/js/lib/mori.js:127
↓ 2 callers
Function
O
(t)
extra/js/lib/immutable.min.js:9
↓ 2 callers
Function
P
(t,e,r,n)
extra/js/lib/immutable.min.js:10
↓ 2 callers
Function
Pa
(a)
extra/js/lib/mori.js:82
↓ 2 callers
Function
Q
(t)
extra/js/lib/immutable.min.js:10
↓ 2 callers
Function
Qd
(a)
extra/js/lib/mori.js:129
↓ 2 callers
Function
Qh
(a,b)
extra/js/lib/mori.js:396
↓ 2 callers
Function
Qt
(t,e)
extra/js/lib/immutable.min.js:14
↓ 2 callers
Function
Re
(t)
extra/js/lib/immutable.min.js:19
↓ 2 callers
Function
Tc
(a)
extra/js/lib/mori.js:76
↓ 2 callers
Function
Te
(t)
extra/js/lib/immutable.min.js:19
↓ 2 callers
Function
Uh
(a,b)
extra/js/lib/mori.js:402
↓ 2 callers
Function
Ut
(t)
extra/js/lib/immutable.min.js:13
↓ 2 callers
Function
Vh
(a,b)
extra/js/lib/mori.js:402
↓ 2 callers
Function
Vt
(t,e,r,n,i,o)
extra/js/lib/immutable.min.js:14
↓ 2 callers
Function
Xb
(a)
extra/js/lib/mori.js:42
↓ 2 callers
Function
Xd
(a,b)
extra/js/lib/mori.js:135
↓ 2 callers
Method
__init__
(self, node, size)
tools/gdb_pretty_printers/printers.py:89
↓ 2 callers
Function
_t
(t)
extra/js/lib/immutable.min.js:12
↓ 2 callers
Function
a
(t)
extra/js/lib/immutable.min.js:9
↓ 2 callers
Function
ad
(a)
extra/js/lib/mori.js:95
↓ 2 callers
Function
ae
(t,e,r)
extra/js/lib/immutable.min.js:16
↓ 2 callers
Function
all_of
immer/algorithm.hpp:214
↓ 2 callers
Function
are_type_names_unique
immer/extra/persist/detail/names.hpp:24
↓ 2 callers
Function
b
(t)
extra/js/lib/immutable.min.js:9
↓ 2 callers
Function
baseAssign
* The base implementation of `_.assign` without support for multiple sources * or `customizer` functions. * * @private * @param {O
extra/js/lib/lodash.js:2301
↓ 2 callers
Function
baseConformsTo
* The base implementation of `_.conformsTo` which accepts `props` to check. * * @private * @param {Object} object The object to inspect
extra/js/lib/lodash.js:2443
↓ 2 callers
Function
baseDelay
* The base implementation of `_.delay` and `_.defer` which accepts `args` * to provide to `func`. * * @private * @param {Function}
extra/js/lib/lodash.js:2484
↓ 2 callers
Function
baseFindKey
* The base implementation of methods like `_.findKey` and `_.findLastKey`, * without support for iteratee shorthands, which iterates over `collecti
extra/js/lib/lodash.js:713
↓ 2 callers
Function
baseGetAllKeys
* The base implementation of `getAllKeys` and `getAllKeysIn` which uses * `keysFunc` and `symbolsFunc` to get the enumerable property names and
extra/js/lib/lodash.js:2789
↓ 2 callers
Function
baseIsNative
* The base implementation of `_.isNative` without bad shim checks. * * @private * @param {*} value The value to check. * @returns
extra/js/lib/lodash.js:3139
↓ 2 callers
Function
baseMatches
* The base implementation of `_.matches` which doesn't clone `source`. * * @private * @param {Object} source The object of property val
extra/js/lib/lodash.js:3278
↓ 2 callers
Function
baseMatchesProperty
* The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. * * @private * @param {string} path The path of the pr
extra/js/lib/lodash.js:3296
↓ 2 callers
Function
baseMean
* The base implementation of `_.mean` and `_.meanBy` without support for * iteratee shorthands. * * @private * @param {Array} array The ar
extra/js/lib/lodash.js:813
↓ 2 callers
Function
baseNth
* The base implementation of `_.nth` which doesn't coerce arguments. * * @private * @param {Array} array The array to query. * @pa
extra/js/lib/lodash.js:3425
↓ 2 callers
Function
baseOrderBy
* The base implementation of `_.orderBy` without param guards. * * @private * @param {Array|Object} collection The collection to iterat
extra/js/lib/lodash.js:3443
↓ 2 callers
Function
basePick
* The base implementation of `_.pick` without support for individual * property identifiers. * * @private * @param {Object} object
extra/js/lib/lodash.js:3468
↓ 2 callers
Function
basePickBy
* The base implementation of `_.pickBy` without support for iteratee shorthands. * * @private * @param {Object} object The source obje
extra/js/lib/lodash.js:3484
↓ 2 callers
Function
basePullAt
* The base implementation of `_.pullAt` without support for individual * indexes or capturing the removed elements. * * @private *
extra/js/lib/lodash.js:3560
↓ 2 callers
Function
baseSortedUniq
* The base implementation of `_.sortedUniq` and `_.sortedUniqBy` without * support for iteratee shorthands. * * @private * @param
extra/js/lib/lodash.js:3875
↓ 2 callers
Function
baseToNumber
* The base implementation of `_.toNumber` which doesn't ensure correct * conversions of binary, hexadecimal, or octal string values. *
extra/js/lib/lodash.js:3901
↓ 2 callers
Function
baseUpdate
* The base implementation of `_.update`. * * @private * @param {Object} object The object to query. * @param {Array|string} path T
extra/js/lib/lodash.js:4018
↓ 2 callers
Function
baseWrapperValue
* The base implementation of `wrapperValue` which returns the result of * performing a sequence of actions on the unwrapped `value`, where each
extra/js/lib/lodash.js:4055
↓ 2 callers
Function
baseZipObject
* This base implementation of `_.zipObject` which assigns values using `assignFunc`. * * @private * @param {Array} props The property i
extra/js/lib/lodash.js:4099
↓ 2 callers
Function
benchmark_access_random_librrb
benchmark/vector/access.hpp:227
↓ 2 callers
Function
benchmark_concat_incr_librrb
benchmark/vector/concat.hpp:135
↓ 2 callers
Function
benchmark_concat_librrb
benchmark/vector/concat.hpp:32
↓ 2 callers
Function
benchmark_drop_librrb
benchmark/vector/drop.hpp:89
↓ 2 callers
Function
benchmark_drop_lin_librrb
benchmark/vector/drop.hpp:102
↓ 2 callers
Function
benchmark_drop_mut_librrb
benchmark/vector/drop.hpp:117
↓ 2 callers
Function
benchmark_take_librrb
benchmark/vector/take.hpp:89
↓ 2 callers
Function
benchmark_take_lin_librrb
benchmark/vector/take.hpp:102
↓ 2 callers
Function
benchmark_take_mut_librrb
benchmark/vector/take.hpp:117
↓ 2 callers
Function
cacheHas
* Checks if a cache value for `key` exists. * * @private * @param {Object} cache The cache to query. * @param {string} key The key of the
extra/js/lib/lodash.js:980
↓ 2 callers
Function
capitalize
* Capitalizes a string value. * * @private * @param {string} string The string to capitalize. * @returns {string} The capitalized string.
extra/js/lib/platform.js:65
↓ 2 callers
Function
castFunction
* Casts `value` to `identity` if it's not a function. * * @private * @param {*} value The value to inspect. * @returns {Function}
extra/js/lib/lodash.js:4130
↓ 2 callers
Function
charsEndIndex
* Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol * that is not found in the character symbols. * * @private *
extra/js/lib/lodash.js:1010
↓ 2 callers
Function
charsStartIndex
* Used by `_.trim` and `_.trimStart` to get the index of the first string symbol * that is not found in the character symbols. * * @private
extra/js/lib/lodash.js:993
↓ 2 callers
Function
check_tree
immer/detail/rbts/rrbtree.hpp:1371
↓ 2 callers
Function
check_tree
immer/detail/rbts/rbtree.hpp:498
↓ 2 callers
Method
children
(self, node)
tools/gdb_pretty_printers/printers.py:341
↓ 2 callers
Function
clearTimeout
(id)
extra/js/lib/lodash.js:1346
↓ 2 callers
Function
clock
* Clocks the time taken to execute a test per cycle (secs). * * @private * @param {Object} bench The benchmark instance. * @return
extra/js/lib/benchmark.js:1550
↓ 2 callers
Method
collision_count
(self, node)
tools/gdb_pretty_printers/printers.py:351
↓ 2 callers
Method
collisions
(self, node)
tools/gdb_pretty_printers/printers.py:354
↓ 2 callers
Function
composeArgs
* Creates an array that is the composition of partially applied arguments, * placeholders, and provided arguments into a single array of argument
extra/js/lib/lodash.js:4358
↓ 2 callers
Function
composeArgsRight
* This function is like `composeArgs` except that the arguments composition * is tailored for `_.partialRight`. * * @private * @pa
extra/js/lib/lodash.js:4393
↓ 2 callers
Function
concat_mut_l
immer/detail/rbts/rrbtree.hpp:815
↓ 2 callers
Function
concat_mut_lr_l
immer/detail/rbts/rrbtree.hpp:1083
↓ 2 callers
Function
concat_mut_r
immer/detail/rbts/rrbtree.hpp:941
↓ 2 callers
Function
constant
* Creates a function that returns `value`. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @param {*} value
extra/js/lib/lodash.js:14893
↓ 2 callers
Function
copy_collision_remove
immer/detail/hamts/node.hpp:451
↓ 2 callers
Function
copy_inner_n
immer/detail/rbts/node.hpp:538
↓ 2 callers
Function
copy_inner_r_n
immer/detail/rbts/node.hpp:583
↓ 2 callers
Function
copy_inner_remove_value
immer/detail/hamts/node.hpp:808
↓ 2 callers
Function
copy_inner_replace_inline
immer/detail/hamts/node.hpp:696
↓ 2 callers
Function
copy_leaf_emplace
immer/detail/rbts/node.hpp:789
↓ 2 callers
Function
createBaseEach
* Creates a `baseEach` or `baseEachRight` function. * * @private * @param {Function} eachFunc The function to iterate over a collection
extra/js/lib/lodash.js:4536
↓ 2 callers
Function
createBaseFor
* Creates a base function for methods like `_.forIn` and `_.forOwn`. * * @private * @param {boolean} [fromRight] Specify iterating from
extra/js/lib/lodash.js:4564
↓ 2 callers
Function
createCaseFirst
* Creates a function like `_.lowerFirst`. * * @private * @param {string} methodName The name of the `String` case method to use. *
extra/js/lib/lodash.js:4609
↓ 2 callers
Function
createFind
* Creates a `_.find` or `_.findLast` function. * * @private * @param {Function} findIndexFunc The function to find the collection index
extra/js/lib/lodash.js:4719
↓ 2 callers
Function
createFlow
* Creates a `_.flow` or `_.flowRight` function. * * @private * @param {boolean} [fromRight] Specify iterating from right to left.
extra/js/lib/lodash.js:4739
↓ 2 callers
Function
createInverter
* Creates a function like `_.invertBy`. * * @private * @param {Function} setter The function to set accumulator values. * @param {
extra/js/lib/lodash.js:4877
↓ 2 callers
Function
createRange
* Creates a `_.range` or `_.rangeRight` function. * * @private * @param {boolean} [fromRight] Specify iterating from right to left.
extra/js/lib/lodash.js:5003
↓ 2 callers
Function
createRecurry
* Creates a function that wraps `func` to continue currying. * * @private * @param {Function} func The function to wrap. * @param
extra/js/lib/lodash.js:5055
↓ 2 callers
Function
createToPairs
* Creates a `_.toPairs` or `_.toPairsIn` function. * * @private * @param {Function} keysFunc The function to get the keys of a given ob
extra/js/lib/lodash.js:5124
↓ 2 callers
Function
data
! * Access the raw data. */
immer/array_transient.hpp:107
↓ 2 callers
Function
dd
(a)
extra/js/lib/mori.js:96
↓ 2 callers
Function
de
(t,e,r)
extra/js/lib/immutable.min.js:18
↓ 2 callers
Function
deallocate_values
immer/detail/hamts/node.hpp:1134
↓ 2 callers
Function
debug_print_node
immer/detail/rbts/rrbtree.hpp:1426
← previous
next →
601–700 of 2,869, ranked by callers