MCPcopy Create free account
hub / github.com/base/base / push

Method push

crates/proof/challenge/src/test_utils.rs:147–149  ·  view source on GitHub ↗

Appends a single game to the factory.

(&self, game: GameAtIndex)

Source from the content-addressed store, hash-verified

145
146 /// Appends a single game to the factory.
147 pub fn push(&self, game: GameAtIndex) {
148 self.games.lock().unwrap().push(game);
149 }
150
151 /// Inserts a UUID-addressable game.
152 pub fn insert_uuid_game(

Callers 15

advance_to_targetFunction · 0.45
split_range_basicFunction · 0.45
elf_env_varFunction · 0.45
writeMethod · 0.45
insert_preimageMethod · 0.45
mark_blocks_scheduledMethod · 0.45
handle_hint_innerFunction · 0.45
signer_attestationMethod · 0.45

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected