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
↓ 6 callers
Function
delete_collision
immer/detail/hamts/node.hpp:1097
↓ 6 callers
Function
do_stuff_to
test/memory/heaps.cpp:18
↓ 6 callers
Method
each_sub
immer/detail/rbts/operations.hpp:1511
↓ 6 callers
Function
ed
(a)
extra/js/lib/mori.js:96
↓ 6 callers
Method
end
extra/guile/scm/list.hpp:26
↓ 6 callers
Method
end
immer/experimental/dvektor.hpp:38
↓ 6 callers
Function
fast_log2
immer/experimental/detail/dvektor_impl.hpp:28
↓ 6 callers
Function
getClassOf
* Gets the internal `[[Class]]` of a value. * * @private * @param {*} value The value. * @returns {string} The `[[Class]]`.
extra/js/lib/platform.js:181
↓ 6 callers
Function
getHolder
* Gets the argument placeholder value for `func`. * * @private * @param {Function} func The function to inspect. * @returns {*} Re
extra/js/lib/lodash.js:5517
↓ 6 callers
Function
isArguments
* Checks if `value` is likely an `arguments` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param
extra/js/lib/lodash.js:10784
↓ 6 callers
Function
isHostType
* Host objects can return type values that are different from their actual * data type. The objects we are concerned with usually return non-prim
extra/js/lib/benchmark.js:621
↓ 6 callers
Function
isString
* Checks if `value` is classified as a `String` primitive or object. * * @static * @since 0.1.0 * @memberOf _ * @category Lan
extra/js/lib/lodash.js:11660
↓ 6 callers
Function
join
* Converts all elements in `array` into a string separated by `separator`. * * @static * @memberOf _ * @since 4.0.0 * @catego
extra/js/lib/lodash.js:7074
↓ 6 callers
Function
keysIn
* Creates an array of the own and inherited enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects.
extra/js/lib/lodash.js:12844
↓ 6 callers
Method
load
! * Reads the currently stored value in a thread-safe manner. */
immer/atom.hpp:193
↓ 6 callers
Function
m
(t,e)
extra/js/lib/immutable.min.js:9
↓ 6 callers
Function
make
immer/detail/util.hpp:173
↓ 6 callers
Function
make_collision_n
immer/detail/hamts/node.hpp:338
↓ 6 callers
Function
make_data
benchmark/extra/refcounting.cpp:32
↓ 6 callers
Function
make_leaf_descent_pos
immer/detail/rbts/position.hpp:183
↓ 6 callers
Function
make_leaf_e
immer/detail/rbts/node.hpp:343
↓ 6 callers
Function
make_node
immer/experimental/detail/dvektor_impl.hpp:142
↓ 6 callers
Function
make_output_pool_for
immer/extra/persist/detail/rbts/pool.hpp:125
↓ 6 callers
Function
popcount
immer/detail/hamts/bits.hpp:85
↓ 6 callers
Function
qualify
* Prepares a string for use in a `RegExp` by making hyphens and spaces optional. * * @private * @param {string} string The string to qualify.
extra/js/lib/platform.js:210
↓ 6 callers
Function
rd
(a)
extra/js/lib/mori.js:135
↓ 6 callers
Function
reduce
* A bare-bones `Array#reduce` like utility function. * * @private * @param {Array} array The array to iterate over. * @param {Function} ca
extra/js/lib/platform.js:222
↓ 6 callers
Function
stringSize
* Gets the number of symbols in `string`. * * @private * @param {string} string The string to inspect. * @returns {number} Returns the str
extra/js/lib/lodash.js:1211
↓ 6 callers
Method
tie
test/extra/persist/utils.hpp:101
↓ 6 callers
Function
towards_oh_ch_regular
immer/detail/rbts/position.hpp:626
↓ 6 callers
Function
traverse
immer/detail/rbts/rrbtree.hpp:207
↓ 6 callers
Function
ub
(a,b)
extra/js/lib/mori.js:34
↓ 6 callers
Method
update_if_exists
immer/map.hpp:436
↓ 6 callers
Function
we
(t,e,r)
extra/js/lib/immutable.min.js:18
↓ 6 callers
Function
xx_hash_value_string
immer/extra/persist/xxhash/xxhash_64.cpp:7
↓ 6 callers
Function
zf
(a)
extra/js/lib/mori.js:237
↓ 5 callers
Function
D
(t)
extra/js/lib/immutable.min.js:9
↓ 5 callers
Function
Ff
(a,b)
extra/js/lib/mori.js:249
↓ 5 callers
Function
Gt
(t)
extra/js/lib/immutable.min.js:15
↓ 5 callers
Function
Nt
(t,e,r,n,i,o,u)
extra/js/lib/immutable.min.js:14
↓ 5 callers
Function
Pb
(a,b)
extra/js/lib/mori.js:40
↓ 5 callers
Function
Qe
(t,e,r,n)
extra/js/lib/immutable.min.js:20
↓ 5 callers
Function
Yd
(a,b)
extra/js/lib/mori.js:135
↓ 5 callers
Function
arrayFilter
* A specialized version of `_.filter` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The arra
extra/js/lib/lodash.js:543
↓ 5 callers
Function
assignValue
* Assigns `value` to `key` of `object` if the existing value is not equivalent * using [`SameValueZero`](http://ecma-international.org/ecma-262/6
extra/js/lib/lodash.js:2248
↓ 5 callers
Function
baseGet
* The base implementation of `_.get` without support for default values. * * @private * @param {Object} object The object to query.
extra/js/lib/lodash.js:2766
↓ 5 callers
Function
baseIndexOf
* The base implementation of `_.indexOf` without `fromIndex` bounds checks. * * @private * @param {Array} array The array to search. * @pa
extra/js/lib/lodash.js:756
↓ 5 callers
Function
copy_e
immer/detail/arrays/node.hpp:116
↓ 5 callers
Method
copy_sizes
immer/detail/rbts/position.hpp:1174
↓ 5 callers
Function
createCtor
* Creates a function that produces an instance of `Ctor` regardless of * whether it was invoked as part of a `new` expression or by `call` or `ap
extra/js/lib/lodash.js:4650
↓ 5 callers
Function
d
(t,e,r)
extra/js/lib/immutable.min.js:9
↓ 5 callers
Function
delete_deep
immer/detail/hamts/node.hpp:1106
↓ 5 callers
Function
descend
immer/detail/rbts/rrbtree.hpp:281
↓ 5 callers
Function
destroy
immer/detail/util.hpp:85
↓ 5 callers
Method
each_left
immer/detail/rbts/position.hpp:1315
↓ 5 callers
Method
equals
immer/detail/rbts/rbtree.hpp:249
↓ 5 callers
Function
g
(t,e)
extra/js/lib/immutable.min.js:9
↓ 5 callers
Function
get_node_id
immer/extra/persist/detail/champ/pool.hpp:103
↓ 5 callers
Function
he
(a,b,c)
extra/js/lib/mori.js:147
↓ 5 callers
Function
isHostObject
* Checks if `value` is a host object in IE < 9. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if
extra/js/lib/lodash.js:1085
↓ 5 callers
Function
isPrototype
* Checks if `value` is likely a prototype object. * * @private * @param {*} value The value to check. * @returns {boolean} Returns
extra/js/lib/lodash.js:5990
↓ 5 callers
Function
k
(t)
extra/js/lib/immutable.min.js:9
↓ 5 callers
Function
make_compact_map
immer/extra/persist/detail/cereal/compact_map.hpp:23
↓ 5 callers
Function
make_empty_regular_pos
immer/detail/rbts/position.hpp:63
↓ 5 callers
Function
make_relaxed_pos
immer/detail/rbts/position.hpp:1826
↓ 5 callers
Function
ng
(a,b,c)
extra/js/lib/mori.js:289
↓ 5 callers
Method
release
immer/extra/persist/detail/node_ptr.hpp:86
↓ 5 callers
Function
run_input
test/oss-fuzz/flex-vector-0.cpp:28
↓ 5 callers
Function
setTimeout
(func, wait)
extra/js/lib/lodash.js:1347
↓ 5 callers
Function
string_via_tie
test/extra/persist/test_special_pool.cpp:36
↓ 5 callers
Method
take
immer/flex_vector.hpp:349
↓ 5 callers
Function
update_move
immer/array.hpp:361
↓ 5 callers
Function
via_get_pools_names_policy
immer/extra/persist/cereal/policy.hpp:100
↓ 5 callers
Function
visit_leaf
immer/detail/rbts/operations.hpp:501
↓ 5 callers
Function
xc
(a)
extra/js/lib/mori.js:55
↓ 4 callers
Function
$
(b,c,d)
extra/js/lib/mori.js:376
↓ 4 callers
Function
$e
(t)
extra/js/lib/immutable.min.js:20
↓ 4 callers
Function
CEREAL_LOAD_FUNCTION_NAME
immer/extra/persist/detail/cereal/compact_map.hpp:33
↓ 4 callers
Function
CEREAL_SAVE_FUNCTION_NAME
immer/extra/persist/detail/cereal/compact_map.hpp:47
↓ 4 callers
Function
Cd
(a,b)
extra/js/lib/mori.js:114
↓ 4 callers
Function
Ec
(a)
extra/js/lib/mori.js:59
↓ 4 callers
Function
Ft
(t,e,r)
extra/js/lib/immutable.min.js:15
↓ 4 callers
Function
Na
(a)
extra/js/lib/mori.js:27
↓ 4 callers
Function
Se
(t,e,r)
extra/js/lib/immutable.min.js:18
↓ 4 callers
Function
Yg
(a,b)
extra/js/lib/mori.js:342
↓ 4 callers
Function
Z
(t,e)
extra/js/lib/immutable.min.js:11
↓ 4 callers
Function
Zt
(t)
extra/js/lib/immutable.min.js:15
↓ 4 callers
Function
accumulate_move
immer/algorithm.hpp:99
↓ 4 callers
Function
arrayReduce
* A specialized version of `_.reduce` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The arra
extra/js/lib/lodash.js:644
↓ 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 search.
extra/js/lib/lodash.js:2264
↓ 4 callers
Function
baseExtremum
* The base implementation of methods like `_.max` and `_.min` which accepts a * `comparator` to determine the extremum value. * * @priv
extra/js/lib/lodash.js:2595
↓ 4 callers
Function
baseFindIndex
* The base implementation of `_.findIndex` and `_.findLastIndex` without * support for iteratee shorthands. * * @private * @param {Array}
extra/js/lib/lodash.js:735
↓ 4 callers
Function
baseFunctions
* The base implementation of `_.functions` which creates an array of * `object` function property names filtered from `props`. * * @pri
extra/js/lib/lodash.js:2752
↓ 4 callers
Function
baseInvoke
* The base implementation of `_.invoke` without support for individual * method arguments. * * @private * @param {Object} object T
extra/js/lib/lodash.js:2951
↓ 4 callers
Function
baseIsEqual
* The base implementation of `_.isEqual` which supports partial comparisons * and tracks traversed objects. * * @private * @param
extra/js/lib/lodash.js:2998
↓ 4 callers
Function
baseSortedIndex
* The base implementation of `_.sortedIndex` and `_.sortedLastIndex` which * performs a binary search of `array` to determine the index at which
extra/js/lib/lodash.js:3792
↓ 4 callers
Function
baseWhile
* The base implementation of methods like `_.dropWhile` and `_.takeWhile` * without support for iteratee shorthands. * * @private
extra/js/lib/lodash.js:4033
↓ 4 callers
Function
benchmark_access_librrb
benchmark/vector/access.hpp:211
↓ 4 callers
Function
benchmark_assoc_librrb
benchmark/vector/assoc.hpp:162
↓ 4 callers
Function
benchmark_assoc_mut_librrb
benchmark/vector/assoc.hpp:193
← previous
next →
301–400 of 2,869, ranked by callers