MCPcopy Create free account

hub / github.com/arximboldi/immer / functions

Functions2,869 in github.com/arximboldi/immer

↓ 22 callersFunctionisObject
* Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/6.0/#sec-ecmascript-language-types) * of `Object`. (
extra/js/lib/lodash.js:11269
↓ 22 callersMethodrun
extra/fuzzer/fuzzer_input.hpp:49
↓ 21 callersFunctionVa
(a)
extra/js/lib/mori.js:29
↓ 21 callersFunctionarrayMap
* A specialized version of `_.map` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array t
extra/js/lib/lodash.js:602
↓ 21 callersMethodbegin
! * Returns an iterator pointing at the first element of the * collection. It does not allocate memory and its complexity is * @f$ O(1)
immer/map.hpp:207
↓ 21 callersMethodidentity
! * Returns a value that can be used as identity for the container. If two * values have the same identity, they are guaranteed to be equal
immer/map.hpp:478
↓ 21 callersFunctionindex
(v)
extra/python/benchmark/test_benchmarks.py:25
↓ 21 callersFunctionload_vec
test/extra/persist/test_vectors.cpp:32
↓ 21 callersFunctionwc
(a)
extra/js/lib/mori.js:55
↓ 20 callersFunctionIc
(a,b)
extra/js/lib/mori.js:117
↓ 20 callersMethoddec
immer/detail/hamts/champ.hpp:194
↓ 20 callersFunctiondelete_deep_shift
immer/detail/hamts/node.hpp:1120
↓ 20 callersMethoddereference
immer/detail/iterator_facade.hpp:21
↓ 20 callersFunctionload_flex_vec
test/extra/persist/test_vectors.cpp:42
↓ 20 callersFunctionmake_regular_sub_pos
immer/detail/rbts/position.hpp:1042
↓ 20 callersFunctionmax
* Computes the maximum value of `array`. If `array` is empty or falsey, * `undefined` is returned. * * @static * @since 0.1.0
extra/js/lib/lodash.js:15774
↓ 20 callersMethodrun
(self)
setup.py:27
↓ 20 callersFunctiontake_snapshot
benchmark/set/memory/memory.hpp:104
↓ 20 callersFunctionu
(t)
extra/js/lib/immutable.min.js:9
↓ 19 callersFunctionX
(t,e)
extra/js/lib/immutable.min.js:10
↓ 19 callersFunctiongen
test/extra/persist/utils.hpp:37
↓ 19 callersFunctionhead
* Gets the first element of `array`. * * @static * @memberOf _ * @since 0.1.0 * @alias first * @category Array * @p
extra/js/lib/lodash.js:6907
↓ 19 callersFunctioninterpolate
* Interpolates a given template string.
extra/js/lib/benchmark.js:1771
↓ 19 callersFunctionisObjectLike
* Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static
extra/js/lib/lodash.js:11298
↓ 18 callersFunctionmake_inner_n
immer/detail/hamts/node.hpp:43
↓ 17 callersMethodkind
immer/detail/hamts/node.hpp:123
↓ 17 callersFunctiono
(t)
extra/js/lib/immutable.min.js:9
↓ 17 callersFunctionrun_input
test/oss-fuzz/flex-vector-gc-0.cpp:39
↓ 16 callersFunctionOb
(a)
extra/js/lib/mori.js:39
↓ 16 callersFunctionc
(a,b)
extra/js/lib/mori.js:26
↓ 16 callersFunctiondiff
immer/algorithm.hpp:307
↓ 16 callersFunctionempty
immer/array.hpp:43
↓ 16 callersMethodend
! * Returns an iterator pointing just after the last element of the * collection. It does not allocate and its complexity is @f$ O(1) @f$.
immer/map.hpp:213
↓ 15 callersFunctionZb
(a)
extra/js/lib/mori.js:43
↓ 15 callersMethoddata_mut
immer/detail/arrays/no_capacity.hpp:98
↓ 15 callersMethoddefine
extra/guile/scm/group.hpp:34
↓ 15 callersFunctiondelete_leaf
immer/detail/rbts/node.hpp:856
↓ 15 callersMethodeach
immer/detail/rbts/position.hpp:1184
↓ 15 callersFunctionmake_loader_for
immer/extra/persist/detail/box/pool.hpp:187
↓ 14 callersFunctionAa
(a)
extra/js/lib/mori.js:24
↓ 14 callersFunctionCb
(a)
extra/js/lib/mori.js:37
↓ 14 callersFunctionEvent
* The Event constructor. * * @constructor * @memberOf Benchmark * @param {Object|string} type The event type.
extra/js/lib/benchmark.js:415
↓ 14 callersFunctionMa
(a)
extra/js/lib/mori.js:26
↓ 14 callersFunctionYb
(a)
extra/js/lib/mori.js:42
↓ 14 callersFunctionapply
* A faster alternative to `Function#apply`, this function invokes `func` * with the `this` binding of `thisArg` and the arguments of `args`. *
extra/js/lib/lodash.js:440
↓ 14 callersFunctionbaseUnary
* The base implementation of `_.unary` without support for storing metadata. * * @private * @param {Function} func The function to cap argume
extra/js/lib/lodash.js:950
↓ 14 callersMethodclear
immer/heap/unsafe_free_list_heap.hpp:85
↓ 14 callersFunctionfd
(a)
extra/js/lib/mori.js:96
↓ 14 callersFunctionhana_struct_auto_member_name_policy
immer/extra/persist/cereal/policy.hpp:188
↓ 14 callersMethodinc
immer/detail/hamts/champ.hpp:192
↓ 14 callersFunctioninc_nodes
immer/detail/rbts/node.hpp:965
↓ 14 callersFunctionisArrayLike
* 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 t
extra/js/lib/lodash.js:10859
↓ 14 callersFunctionisArrayLikeObject
* This method is like `_.isArrayLike` except that it also checks if `value` * is an object. * * @static * @memberOf _ * @sinc
extra/js/lib/lodash.js:10888
↓ 14 callersFunctionisIterateeCall
* Checks if the given arguments are from an iteratee call. * * @private * @param {*} value The potential iteratee value argument.
extra/js/lib/lodash.js:5892
↓ 14 callersFunctionnc
(a)
extra/js/lib/mori.js:47
↓ 14 callersFunctionr
(t)
extra/js/lib/immutable.min.js:9
↓ 14 callersFunctionto_json_with_auto_pool
test/extra/persist/utils.hpp:233
↓ 14 callersFunctionuninitialized_move
immer/detail/util.hpp:122
↓ 13 callersFunctionI
()
extra/js/lib/immutable.min.js:9
↓ 13 callersFunctioncopy_leaf_e
immer/detail/rbts/node.hpp:676
↓ 13 callersFunctioncopy_n
immer/detail/arrays/node.hpp:24
↓ 13 callersFunctiondeallocate_inner
immer/detail/hamts/node.hpp:1144
↓ 13 callersMethoddec
immer/detail/rbts/rbtree.hpp:147
↓ 13 callersFunctionft
(t)
extra/js/lib/immutable.min.js:12
↓ 13 callersFunctionget
* Gets the value at `path` of `object`. If the resolved value is * `undefined`, the `defaultValue` is returned in its place. * * @stati
extra/js/lib/lodash.js:12631
↓ 13 callersFunctionhd
(a,b,c,d,e)
extra/js/lib/mori.js:96
↓ 13 callersFunctionlast
* Gets the last element of `array`. * * @static * @memberOf _ * @since 0.1.0 * @category Array * @param {Array} array Th
extra/js/lib/lodash.js:7092
↓ 13 callersFunctionot
(t)
extra/js/lib/immutable.min.js:11
↓ 13 callersFunctionqb
(a)
extra/js/lib/mori.js:34
↓ 13 callersFunctiontransform_output_pool
immer/extra/persist/transform.hpp:55
↓ 12 callersFunctionaccumulate
immer/algorithm.hpp:120
↓ 12 callersFunctionbaseToString
* The base implementation of `_.toString` which doesn't convert nullish * values to empty strings. * * @private * @param {*} value
extra/js/lib/lodash.js:3919
↓ 12 callersFunctionc
(t)
extra/js/lib/immutable.min.js:9
↓ 12 callersFunctioncopyArray
* Copies the values of `source` to `array`. * * @private * @param {Array} source The array to copy values from. * @param {Array} [
extra/js/lib/lodash.js:4427
↓ 12 callersFunctione
(t)
extra/js/lib/immutable.min.js:9
↓ 12 callersFunctioninvoke
extra/guile/scm/detail/invoke.hpp:21
↓ 12 callersFunctionisSymbol
* Checks if `value` is classified as a `Symbol` primitive or object. * * @static * @memberOf _ * @since 4.0.0 * @category Lan
extra/js/lib/lodash.js:11682
↓ 12 callersFunctionmin
* Computes the minimum value of `array`. If `array` is empty or falsey, * `undefined` is returned. * * @static * @since 0.1.0
extra/js/lib/lodash.js:15872
↓ 12 callersFunctionowned
immer/detail/hamts/node.hpp:551
↓ 12 callersMethodpush_back_mut
immer/detail/rbts/rbtree.hpp:271
↓ 12 callersFunctions
(t)
extra/js/lib/immutable.min.js:9
↓ 11 callersFunctionVc
(a)
extra/js/lib/mori.js:92
↓ 11 callersFunctionarray
immer/array.hpp:329
↓ 11 callersFunctionarrayEach
* A specialized version of `_.forEach` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The arr
extra/js/lib/lodash.js:480
↓ 11 callersFunctionas_const
immer/detail/util.hpp:28
↓ 11 callersMethodassoc
immer/experimental/dvektor.hpp:53
↓ 11 callersMethodbegin
tools/include/prettyprint.hpp:374
↓ 11 callersFunctioncloneDeep
* This method is like `_.clone` except that it recursively clones `value`. * * @static * @memberOf _ * @since 1.0.0 * @catego
extra/js/lib/lodash.js:10614
↓ 11 callersFunctioncopy_leaf
immer/detail/rbts/node.hpp:661
↓ 11 callersFunctiong
(a,b,c,d,e,f,g,h,l,m,p,q,u,s,v,y)
extra/js/lib/mori.js:79
↓ 11 callersFunctionmake_leaf_pos
immer/detail/rbts/position.hpp:118
↓ 11 callersFunctionsize
* Gets the size of `collection` by returning its length for array-like * values or the number of own enumerable string keyed properties for objec
extra/js/lib/lodash.js:9364
↓ 11 callersFunctionstringToArray
* Converts `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted arr
extra/js/lib/lodash.js:1229
↓ 11 callersMethodtie
test/extra/persist/test_special_pool.cpp:76
↓ 11 callersFunctiontoKey
* Converts `value` to a string key if it's not a string or symbol. * * @private * @param {*} value The value to inspect. * @return
extra/js/lib/lodash.js:6236
↓ 11 callersFunctiontoNumber
* Converts `value` to a number. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value t
extra/js/lib/lodash.js:11982
↓ 11 callersFunctionzt
()
extra/js/lib/immutable.min.js:12
↓ 10 callersFunctionEe
(t)
extra/js/lib/immutable.min.js:19
↓ 10 callersFunctionFe
(t,e)
extra/js/lib/immutable.min.js:20
↓ 10 callersFunctionQb
(a)
extra/js/lib/mori.js:40
← previousnext →101–200 of 2,869, ranked by callers