MCPcopy Index your code
hub / github.com/casper-network/casper-node / clone

Method clone

node/src/effect.rs:458–460  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

456// Implement `Clone` and `Copy` manually, as `derive` will make it depend on `REv` otherwise.
457impl<REv> Clone for EffectBuilder<REv> {
458 fn clone(&self) -> Self {
459 *self
460 }
461}
462
463impl<REv> Copy for EffectBuilder<REv> {}

Callers 15

serialize_delegation_bidFunction · 0.45
sample_era_infoFunction · 0.45
new_account_footprintMethod · 0.45
new_entity_footprintMethod · 0.45
hash_merkle_rootMethod · 0.45
round_tripFunction · 0.45
auction_state.rsFile · 0.45
newMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls