MCPcopy Create free account

hub / github.com/Raptor3um/raptoreum / functions

Functions18,148 in github.com/Raptor3um/raptoreum

↓ 1,280 callersFunctionassert_equal
(thing1, thing2, *args)
test/functional/test_framework/util.py:49
↓ 1,229 callersMethodpushKV
src/univalue/lib/univalue.cpp:121
↓ 1,013 callersMethodsize
src/bench/nanobench.h:3154
↓ 764 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$.
src/immer/map.hpp:171
↓ 699 callersMethodbegin
! * Returns an iterator pointing at the first element of the * collection. It does not allocate memory and its complexity is * @f$ O(1)
src/immer/map.hpp:165
↓ 666 callersMethodinfo
src/txmempool.cpp:1361
↓ 646 callersFunctionJSONRPCError
src/rpc/request.cpp:51
↓ 637 callersMethodappend
! * Appends the contents of the `r` at the end. It may allocate * memory and its complexity is: * @f$ O(log(max(size_r, size_l))) @f$
src/immer/flex_vector_transient.hpp:201
↓ 630 callersFunctionRLC_THROW
(ERR_CAUGHT)
src/dashbls/depends/relic/src/fp/relic_fp_inv.c:499
↓ 630 callersMethodpush_back
! * Returns an array with `value` inserted at the end. It may * allocate memory and its complexity is @f$ O(size) @f$. * * @rst
src/immer/array.hpp:193
↓ 583 callersMethodsize
Simple read-only vector-like interface.
src/key.h:85
↓ 570 callersMethodsize
src/test/prevector_tests.cpp:156
↓ 558 callersMethodsize
src/leveldb/table/block.h:30
↓ 537 callersFunctionbn_rand_mod
src/dashbls/depends/relic/src/bn/relic_bn_util.c:222
↓ 528 callersMethodGetHash
src/primitives/block.cpp:20
↓ 512 callersFunctionmemcpy
src/compat/glibc_compat.cpp:18
↓ 492 callersMethodfind
! * Returns a pointer to the value associated with the key `k`. If * the key is not contained in the map, a `nullptr` is returned. * I
src/immer/map.hpp:236
↓ 468 callersFunctionfiat_bls12_381_q_addcarryx_u64
* The function fiat_bls12_381_q_addcarryx_u64 is an addition with carry. * Postconditions: * out1 = (arg1 + arg2 + arg3) mod 2^64 * out2 = ⌊(ar
src/dashbls/depends/relic/src/low/x64-fiat-381/bls12_381_q_64.c:39
↓ 428 callersFunctionbn_rand
src/dashbls/depends/relic/src/bn/relic_bn_util.c:203
↓ 416 callersMethoddata
read QSettings values and return them
src/qt/optionsmodel.cpp:345
↓ 401 callersMethodc_str
src/dashbls/depends/catch2/include/catch2/catch.hpp:13917
↓ 373 callersMethoderase
! * Returns a map without the key `k`. If the key is not * associated in the map it returns the same map. It may allocate * memory an
src/immer/map.hpp:286
↓ 373 callersMethodgenerate
Generate a random private key (compressed or uncompressed).
test/functional/test_framework/key.py:340
↓ 372 callersFunctionep_rand
src/dashbls/depends/relic/src/ep/relic_ep_util.c:57
↓ 370 callersFunctioncore_clean
src/dashbls/depends/relic/src/relic_core.c:159
↓ 368 callersMethodemplace_back
src/prevector.h:605
↓ 353 callersMethodend
src/key.h:89
↓ 341 callersFunctionbn_sign
src/dashbls/depends/relic/src/bn/relic_bn_util.c:77
↓ 333 callersMethodbegin
src/key.h:87
↓ 332 callersMethodcount
! * Returns `1` when the key `k` is contained in the map or `0` * otherwise. It won't allocate memory and its complexity is * *effectiv
src/immer/map.hpp:184
↓ 322 callersMethodGetBlockHash
src/chain.h:257
↓ 322 callersMethodGetId
src/net.h:1169
↓ 312 callersMethodToString
src/evo/cbtx.cpp:286
↓ 312 callersMethodclear
src/qt/rpcconsole.cpp:884
↓ 306 callersMethodempty
src/bench/nanobench.h:3150
↓ 297 callersMethodresize
src/test/prevector_tests.cpp:81
↓ 292 callersMethodjoin
(self, iterable)
test/functional/test_framework/script.py:430
↓ 283 callersMethodGetArg
src/util/system.cpp:517
↓ 283 callersFunctionToByteVector
src/script/script.h:42
↓ 282 callersFunctionbn_add
src/dashbls/depends/relic/src/bn/relic_bn_add.c:119
↓ 280 callersFunction_
* Translation function: * If no translation function is simply return the input. */
src/util/system.h:75
↓ 274 callersFunctionutil_print
src/dashbls/depends/relic/src/relic_util.c:155
↓ 268 callersMethodpush_back
src/test/prevector_tests.cpp:134
↓ 262 callersMethodAddArg
src/util/system.cpp:557
↓ 262 callersFunctionbn_bits
src/dashbls/depends/relic/src/bn/relic_bn_util.c:107
↓ 262 callersFunctionrange
(n)
src/dashbls/js-bindings/tests/test.js:9
↓ 259 callersMethodemplace
src/unordered_lru_cache.h:56
↓ 256 callersFunctionRound
One round of SHA-256. */
src/crypto/sha256.cpp:73
↓ 255 callersFunctionbn_zero
src/dashbls/depends/relic/src/bn/relic_bn_util.c:81
↓ 245 callersMethodok
src/dashbls/depends/catch2/include/catch2/catch.hpp:9007
↓ 244 callersMethodDoS
src/consensus/validation.h:37
↓ 243 callersFunctionHelpExampleCli
src/rpc/util.cpp:173
↓ 242 callersFunctionRLC_THROW
(ERR_CAUGHT)
src/dashbls/depends/relic/src/ed/relic_ed_map.c:173
↓ 240 callersMethodinsert
! * Returns a map containing the association `value`. If the key is * already in the map, it replaces its association in the map. * It
src/immer/map.hpp:254
↓ 236 callersFunctionbn_copy
src/dashbls/depends/relic/src/bn/relic_bn_util.c:49
↓ 232 callersFunctionbn_neg
src/dashbls/depends/relic/src/bn/relic_bn_util.c:68
↓ 231 callersMethodvalue
src/qt/qvaluecombobox.cpp:13
↓ 230 callersFunctionK
src/crypto/sha256_sse41.cpp:12
↓ 230 callersFunctionK
src/crypto/sha256_avx2.cpp:12
↓ 228 callersFunctioncore_get
src/dashbls/depends/relic/src/relic_core.c:197
↓ 228 callersMethodisNull
src/univalue/include/univalue.h:106
↓ 227 callersMethodpush_back
src/prevector.h:614
↓ 226 callersFunctionassert_raises_rpc_error
Run an RPC and verify that a specific JSONRPC exception code and message is raised. Calls function `fun` with arguments `args` and `kwds`. Catche
test/functional/test_framework/util.py:101
↓ 221 callersFunctionbn_is_zero
src/dashbls/depends/relic/src/bn/relic_bn_util.c:87
↓ 211 callersMethodsetEnabled
src/qt/bitcoinamountfield.cpp:207
↓ 204 callersFunctionep2_rand
src/dashbls/depends/relic/src/epx/relic_ep2_util.c:57
↓ 203 callersMethodTip
src/test/versionbits_tests.cpp:162
↓ 200 callersMethodsync_all
(self, nodes=None, **kwargs)
test/functional/test_framework/test_framework.py:371
↓ 199 callersMethodGetID
Get the KeyID of this public key (hash of its serialization)
src/pubkey.h:151
↓ 199 callersFunctionParseHex
src/util/strencodings.cpp:78
↓ 198 callersMethodCheck
src/rpc/util.h:362
↓ 198 callersFunctionbn_cmp
src/dashbls/depends/relic/src/bn/relic_bn_cmp.c:75
↓ 198 callersFunctionfiat_bls12_381_q_mulx_u64
* The function fiat_bls12_381_q_mulx_u64 is a multiplication, returning the full double-width result. * Postconditions: * out1 = (arg1 * arg2) mod
src/dashbls/depends/relic/src/low/x64-fiat-381/bls12_381_q_64.c:82
↓ 196 callersMethodGetHash
src/spork.cpp:323
↓ 194 callersFunctionfp_copy
src/dashbls/depends/relic/src/fp/relic_fp_util.c:39
↓ 193 callersMethodget
src/util/system.cpp:1334
↓ 192 callersFunctionRound
One round of SHA-256. */
src/crypto/sha256_sse41.cpp:36
↓ 192 callersFunctionRound
One round of SHA-256. */
src/crypto/sha256_avx2.cpp:36
↓ 190 callersMethodreserve
src/wallet/wallet.h:1800
↓ 190 callersFunctionsigma1
src/crypto/sha256.cpp:70
↓ 189 callersMethodvisit
src/immer/detail/rbts/position.hpp:106
↓ 188 callersFunctionerror
src/util/system.h:84
↓ 186 callersMethodinner
src/immer/detail/rbts/node.hpp:181
↓ 185 callersMethodToString
src/llmq/quorums_chainlocks.cpp:29
↓ 185 callersMethodnode
src/immer/detail/rbts/position.hpp:99
↓ 184 callersFunctiondv_copy
src/dashbls/depends/relic/src/dv/relic_dv_util.c:71
↓ 184 callersFunctionfp_rand
src/dashbls/depends/relic/src/fp/relic_fp_util.c:106
↓ 184 callersMethodsetValue
src/qt/qvaluecombobox.cpp:17
↓ 184 callersFunctionsigma0
src/crypto/sha256.cpp:68
↓ 183 callersFunctionAdd
src/crypto/sha256_avx2.cpp:14
↓ 183 callersMethodGetBoolArg
src/util/system.cpp:531
↓ 177 callersMethodGetPubKey
src/script/sign.cpp:417
↓ 177 callersMethodat
! * Returns a `const` reference to the element at position * `index`. It throws an `std::out_of_range` exception when @f$ * index \geq
src/immer/array.hpp:167
↓ 174 callersMethodSign
(sk *PrivateKey, msg []byte)
src/dashbls/go-bindings/schemes.go:33
↓ 174 callersFunctionbn_set_dig
src/dashbls/depends/relic/src/bn/relic_bn_util.c:178
↓ 171 callersMethodToString
src/spork.cpp:318
↓ 170 callersMethodempty
src/ctpl_stl.h:64
↓ 169 callersFunctionfp_prime_get
src/dashbls/depends/relic/src/fp/relic_fp_prime.c:179
↓ 166 callersFunctionEncodeDestination
src/key_io.cpp:145
↓ 166 callersMethodread
src/streams.h:612
next →1–100 of 18,148, ranked by callers