MCPcopy Create free account

hub / github.com/citahub/cita-common / functions

Functions1,873 in github.com/citahub/cita-common

↓ 2 callersFunctionrun_decode_tests_list
(tests: Vec<VDTestPair<T>>)
rlp/tests/tests.rs:248
↓ 2 callersFunctionrun_encode_tests_list
(tests: Vec<VETestPair<T>>)
rlp/tests/tests.rs:99
↓ 2 callersMethodset_address
Param is passed by value, moved
libproto/src/protos/request.rs:371
↓ 2 callersMethodset_block_number
Param is passed by value, moved
libproto/src/protos/request.rs:945
↓ 2 callersMethodset_body
Param is passed by value, moved
libproto/src/protos/blockchain.rs:3044
↓ 2 callersMethodset_chain_id
Param is passed by value, moved
libproto/src/protos/auth.rs:244
↓ 2 callersMethodset_compressed
(&mut self, c: bool)
libproto/src/autoimpl.rs:330
↓ 2 callersMethodset_crypto
Param is passed by value, moved
libproto/src/protos/auth.rs:151
↓ 2 callersMethodset_from
Param is passed by value, moved
libproto/src/protos/request.rs:77
↓ 2 callersMethodset_header
Param is passed by value, moved
libproto/src/protos/executor.rs:1812
↓ 2 callersMethodset_islock
Param is passed by value, moved
libproto/src/protos/consensus.rs:112
↓ 2 callersMethodset_lock_round
Param is passed by value, moved
libproto/src/protos/consensus.rs:127
↓ 2 callersMethodset_lock_votes
Param is passed by value, moved
libproto/src/protos/consensus.rs:142
↓ 2 callersMethodset_operate
(&mut self, ot: OperateType)
libproto/src/autoimpl.rs:298
↓ 2 callersMethodset_origin
(&mut self, o: Origin)
libproto/src/autoimpl.rs:311
↓ 2 callersMethodset_pass
Param is passed by value, moved
libproto/src/protos/auth.rs:918
↓ 2 callersMethodset_position
Param is passed by value, moved
libproto/src/protos/request.rs:397
↓ 2 callersMethodset_proposal
Param is passed by value, moved
libproto/src/protos/consensus.rs:848
↓ 2 callersMethodset_signer
Param is passed by value, moved
libproto/src/protos/auth.rs:192
↓ 2 callersMethodset_to_v1
Param is passed by value, moved
libproto/src/protos/blockchain.rs:1775
↓ 2 callersMethodset_transaction_with_sig
Param is passed by value, moved
libproto/src/protos/blockchain.rs:2384
↓ 2 callersMethodset_un_tx
Param is passed by value, moved
libproto/src/protos/request.rs:1610
↓ 2 callersMethodsig
(&self)
cita-ed25519/src/signature.rs:33
↓ 2 callersMethodsign
(privkey: &Self::PrivKey, message: &Self::Message)
cita-sm2/src/signature.rs:215
↓ 2 callersFunctionsimple_compress
Replace common RLPs with invalid shorter ones.
rlp/src/compression.rs:83
↓ 2 callersMethodtake_body
Take field
libproto/src/protos/blockchain.rs:3058
↓ 2 callersMethodtake_lock_votes
Take field
libproto/src/protos/consensus.rs:152
↓ 2 callersMethodtake_raw_bytes
Generate MSG-PROTOS methods automatically begin:
libproto/src/autoimpl.rs:377
↓ 2 callersMethodtake_signature
Take field
libproto/src/protos/auth.rs:136
↓ 2 callersMethodtake_transaction_with_sig
Take field
libproto/src/protos/blockchain.rs:2398
↓ 2 callersMethodtake_transactions
Take field
libproto/src/protos/blockchain.rs:2656
↓ 2 callersMethodtransaction_hashes
(&self)
libproto/src/lib.rs:341
↓ 2 callersMethodtransactions_root
(&self)
libproto/src/lib.rs:348
↓ 2 callersMethodupdate_order_set
(&mut self, hash_list: &HashSet<H256>)
tx_pool/src/pool.rs:123
↓ 2 callersMethodvalue
(&self)
libproto/src/protos/snapshot.rs:665
↓ 2 callersMethodvalue
(&self)
libproto/src/protos/blockchain.rs:4350
↓ 1 callersMethodaddress
(&self)
cita-ed25519/src/keypair.rs:68
↓ 1 callersMethodaddress
(&self)
cita-secp256k1/src/keypair.rs:82
↓ 1 callersMethodaddress
(&self)
cita-sm2/src/keypair.rs:73
↓ 1 callersMethodappend_raw_checked
Appends raw (pre-serialised) RLP data. Checks for size oveflow.
rlp/src/stream.rs:196
↓ 1 callersMethodas_list
(&self)
rlp/src/untrusted_rlp.rs:270
↓ 1 callersMethodas_raw
(&'view self)
rlp/src/untrusted_rlp.rs:149
↓ 1 callersMethodbegin_unbounded_list
Declare appending the list of unknown size, chainable.
rlp/src/stream.rs:148
↓ 1 callersFunctionblake2b_init
Some sort of default parameter block initialization, for sequential blake2b */
blake2b/src/blake2b.c:95
↓ 1 callersFunctionblake2b_is_lastblock
blake2b/src/blake2b.c:58
↓ 1 callersFunctionblake2b_set_lastblock
blake2b/src/blake2b.c:63
↓ 1 callersFunctionblake2b_set_lastnode
Some helper functions */
blake2b/src/blake2b.c:53
↓ 1 callersMethodbuild_unverified
Build UnverifiedTransaction
libproto/src/lib.rs:91
↓ 1 callersMethodcall
(&self, param: P)
cita-web3/src/api/cita.rs:43
↓ 1 callersFunctioncita_compress_to
(input: &[u8], output: &mut Vec<u8>)
snappy/src/lib.rs:173
↓ 1 callersFunctioncita_decompress_to
(input: &[u8], output: &mut Vec<u8>)
snappy/src/lib.rs:181
↓ 1 callersFunctionclean_0x
(s: &str)
cita-types/src/lib.rs:54
↓ 1 callersMethodclone
(&self)
cita-ed25519/src/signature.rs:137
↓ 1 callersMethodclone
(&self)
cita-secp256k1/src/signature.rs:185
↓ 1 callersMethodcode
Returns integer code value
jsonrpc-types/src/error.rs:41
↓ 1 callersMethodcomplete
(self)
jsonrpc-proto/src/complete.rs:40
↓ 1 callersMethodcomplete
(mut self, stxs: Vec<SignedTransaction>)
libproto/src/lib.rs:265
↓ 1 callersMethodcomplete_unbounded_list
Finalize current ubnbound list. Panics if no unbounded list has been opened.
rlp/src/stream.rs:331
↓ 1 callersFunctioncompress_to
Compress a buffer using snappy, write the result append to the given output buffer, growing it if necessary. Returns the length of the compressed data
snappy/src/lib.rs:100
↓ 1 callersMethodconsume_list_payload
consumes first found prefix
rlp/src/untrusted_rlp.rs:296
↓ 1 callersMethodcrypt_hash_into
(&self, dest: &mut [u8])
hashable/src/lib.rs:95
↓ 1 callersMethodcull
(&self, txs: &[H256])
tx_pool/src/pool.rs:232
↓ 1 callersFunctiondecode_list
(bytes: &[u8])
rlp/src/lib.rs:92
↓ 1 callersFunctiondecompress_to
Decompress a buffer using snappy, write the result append to the given output buffer, growing it if necessary. Returns the length of the decompressed
snappy/src/lib.rs:134
↓ 1 callersFunctiondeep_decompress
Recover valid RLP from a compressed form, None if no decompression achieved. Tries to decompress compressed data insides.
rlp/src/compression.rs:112
↓ 1 callersMethoddescription
Returns human-readable description
jsonrpc-types/src/error.rs:53
↓ 1 callersMethoddescriptor
(&self)
libproto/src/protos/request.rs:260
↓ 1 callersMethoddescriptor
(&self)
libproto/src/protos/executor.rs:448
↓ 1 callersFunctiondeserialize
()
jsonrpc-types/src/rpc_types/basic/boolean.rs:91
↓ 1 callersFunctionencode_list
(object: &[K])
rlp/src/lib.rs:120
↓ 1 callersFunctionfile_descriptor_proto
()
libproto/src/protos/communication.rs:2270
↓ 1 callersMethodfrom
Create a new object from the given bytes RLP. The bytes
rlp/src/untrusted_rlp.rs:78
↓ 1 callersMethodget_block
(&self)
libproto/src/protos/auth.rs:655
↓ 1 callersMethodget_cached_size
(&self)
libproto/src/protos/compact_block.rs:165
↓ 1 callersMethodget_cached_size
(&self)
libproto/src/protos/sync.rs:129
↓ 1 callersMethodget_chain_id
(&self)
libproto/src/protos/auth.rs:236
↓ 1 callersMethodget_chain_id_v1
(&self)
libproto/src/protos/auth.rs:292
↓ 1 callersMethodget_code
(&self)
libproto/src/protos/request.rs:1345
↓ 1 callersFunctionget_commit_id
Get the commit ID of this repository
util/src/build_info.rs:23
↓ 1 callersMethodget_common_quota_limit
(&self)
libproto/src/protos/blockchain.rs:1005
↓ 1 callersMethodget_compressed
(&self)
libproto/src/autoimpl.rs:336
↓ 1 callersMethodget_invalid
Get an invalid RLP corresponding to a valid one
rlp/src/compression.rs:42
↓ 1 callersMethodget_nonce
(&self)
libproto/src/protos/auth.rs:210
↓ 1 callersMethodget_order_by_priority
(&mut self, _tx: &SignedTransaction)
tx_pool/src/pool.rs:98
↓ 1 callersMethodget_order_by_vip
(&mut self, _tx: &SignedTransaction)
tx_pool/src/pool.rs:102
↓ 1 callersMethodget_prevhash
(&self)
libproto/src/protos/executor.rs:75
↓ 1 callersMethodget_proposer
(&self)
libproto/src/protos/executor.rs:265
↓ 1 callersMethodget_quota
(&self)
libproto/src/protos/auth.rs:251
↓ 1 callersMethodget_quota_used
(&self)
libproto/src/protos/executor.rs:235
↓ 1 callersMethodget_receipts_root
(&self)
libproto/src/protos/executor.rs:183
↓ 1 callersMethodget_specific_quota_limit
(&self)
libproto/src/protos/blockchain.rs:1020
↓ 1 callersMethodget_state_root
(&self)
libproto/src/protos/executor.rs:131
↓ 1 callersMethodget_to
(&self)
libproto/src/protos/request.rs:95
↓ 1 callersMethodget_to_v1
(&self)
libproto/src/protos/blockchain.rs:1767
↓ 1 callersMethodget_transactions
(&self)
libproto/src/protos/blockchain.rs:2638
↓ 1 callersMethodget_value
(&self)
libproto/src/protos/auth.rs:266
↓ 1 callersMethodhas_BlackList
(&self)
libproto/src/protos/communication.rs:1135
↓ 1 callersMethodhas_Block
(&self)
libproto/src/protos/communication.rs:498
↓ 1 callersMethodhas_BlockHeader
(&self)
libproto/src/protos/communication.rs:596
↓ 1 callersMethodhas_BlockTxHashes
(&self)
libproto/src/protos/communication.rs:694
← previousnext →201–300 of 1,873, ranked by callers