MCPcopy Create free account

hub / github.com/GeorgeBake/pipeline-cli / functions

Functions5,659 in github.com/GeorgeBake/pipeline-cli

↓ 10 callersFunctioncreate_pool_tx
( inputs: Vec<MissingInput>, outputs: Vec<Output>, rng: &mut StdRng, )
crates/services/txpool_v2/src/pending_pool.rs:394
↓ 10 callersMethodcreate_view_at
Create a view at a specific height. This function relies on the fact that all modifications are sequential and monotonically grow the height without g
crates/fuel-core/src/state/historical_rocksdb.rs:184
↓ 10 callersMethoddatabase_mut
(&mut self)
crates/storage/src/vm_storage.rs:135
↓ 10 callersFunctionextract_everything_command
( command: Fuel, )
bin/fuel-core/src/cli.rs:303
↓ 10 callersMethodgenerate
Generate a [`Block`] after running this partial block. The order of the messages must be the same as they were produced in. Message ids are produced
crates/types/src/blockchain/block.rs:254
↓ 10 callersMethodget
( &self, key: &<BlobData as Mappable>::Key, )
crates/services/txpool_v2/src/tests/mocks.rs:229
↓ 10 callersMethodid
(&self)
crates/storage/src/column.rs:91
↓ 10 callersMethodid
(&self)
crates/storage/src/merkle/column.rs:103
↓ 10 callersFunctionkey
()
crates/fuel-core/src/state/historical_rocksdb/view_at_height.rs:111
↓ 10 callersFunctionmake_u128
(reg: u8, v: u128)
benches/benches/utils.rs:51
↓ 10 callersFunctionmake_u256
(reg: u8, v: U256)
benches/benches/utils.rs:55
↓ 10 callersFunctionnew_sync_state_channel
()
crates/services/gas_price_service/src/sync_state.rs:30
↓ 10 callersMethodnonce
(&self)
crates/fuel-core/src/schema/coins.rs:115
↓ 10 callersMethodobserve
Record that a block has been observed.
crates/services/sync/src/state.rs:122
↓ 10 callersMethodproduce_without_commit_with_source
Produces the block and returns the result of the execution without committing the changes.
crates/services/parallel-executor/src/executor.rs:80
↓ 10 callersFunctionquery
( spend_query: &[AssetSpendTarget], owner: &Address, base_asset_id: &Asset
crates/fuel-core/src/coins_query.rs:579
↓ 10 callersMethodreceipts
(&self, id: &TxId)
crates/client/src/client.rs:1417
↓ 10 callersMethodremove
(&mut self, height: &Height)
crates/fuel-gas-price-algorithm/src/v1.rs:87
↓ 10 callersFunctionrequire_debug
(ctx: &Context<'_>)
crates/fuel-core/src/schema/dap.rs:80
↓ 10 callersFunctionselect_coins_to_spend
( CoinsToSpendIndexIter { big_coins_iter, dust_coins_iter, }: CoinsToSpendIndexIter<'_
crates/fuel-core/src/coins_query.rs:259
↓ 10 callersFunctionsend_status_updates
( updates: &[(Bytes32, TransactionStatus)], sender: &mpsc::UnboundedSender<UpdateRequest>,
crates/services/tx_status_manager/src/service.rs:882
↓ 10 callersMethodtry_spawn
Tries to spawn a task. If the task cannot be spawned, returns an error.
crates/services/src/async_processor.rs:103
↓ 10 callersMethodutxo_id
( &self, c: fuel_core_types::fuel_tx::CompressedUtxoId, )
crates/services/compression/src/temporal_registry.rs:349
↓ 10 callersFunctionvalid_block
( state_transition_bytecode_version: StateTransitionBytecodeVersion, )
crates/services/upgradable-executor/src/executor.rs:1405
↓ 10 callersMethodwith_starting_da_gas_price
(mut self, starting_da_gas_price: u64)
crates/fuel-gas-price-algorithm/src/v1/tests.rs:101
↓ 10 callersMethodwith_txs
(self, num_test_txs: usize)
crates/fuel-core/src/p2p_test_helpers.rs:724
↓ 9 callersFunctionapply_tx_state_transition
( state: State, transition: StateTransitions, )
crates/services/tx_status_manager/src/tests/tests_e2e.rs:60
↓ 9 callersMethodas_mut
(&mut self)
crates/services/producer/src/mocks.rs:104
↓ 9 callersMethodas_ok_groups
(&self)
crates/fuel-core/src/service/genesis/importer/import_task.rs:281
↓ 9 callersMethodas_ref
(&self)
crates/fuel-core/src/state/generic_database.rs:176
↓ 9 callersMethodblock_height
(&self)
crates/fuel-core/src/schema/tx/types.rs:176
↓ 9 callersMethodcontract_balance
( &self, id: &ContractId, asset: Option<&AssetId>, )
crates/client/src/client.rs:1620
↓ 9 callersMethodget
(&self, index: &Self::StorageIndex)
crates/services/txpool_v2/src/storage/graph.rs:610
↓ 9 callersMethodid
(&self)
crates/fuel-core/src/state/historical_rocksdb/description.rs:46
↓ 9 callersFunctionimporter_metrics
()
crates/metrics/src/importer.rs:95
↓ 9 callersMethodinsert
( storage: &mut S, column: S::Column, set: Iter, )
crates/storage/src/blueprint/merklized.rs:273
↓ 9 callersMethodinto_api_result
(self)
crates/fuel-core/src/graphql_api.rs:165
↓ 9 callersMethodlatest_height
(&self)
crates/fuel-core/src/database.rs:153
↓ 9 callersFunctionmake_tx
(rng: &mut StdRng)
crates/services/consensus_module/poa/src/service_test.rs:283
↓ 9 callersFunctionname
(n: u32, durations: Durations, batch_size: u32, buffer_size: usize)
benches/benches/import.rs:24
↓ 9 callersMethodnext
(&mut self)
crates/chain-config/src/config/state/reader.rs:73
↓ 9 callersMethodowner
(&self)
crates/fuel-core/src/schema/tx/input.rs:44
↓ 9 callersMethodrecipient
(&self)
crates/fuel-core/src/schema/coins.rs:111
↓ 9 callersMethodrun
(mut self, cancel_token: CancellationToken<N>)
crates/fuel-core/src/service/genesis/importer/import_task.rs:104
↓ 9 callersMethodset
(&mut self, name: impl AsRef<str>, value: impl Into<Value>)
crates/fuel-core/src/graphql_api/extensions/chain_state_info.rs:133
↓ 9 callersMethodset_max_gas
Set the max gas
crates/types/src/entities/relayer/transaction.rs:115
↓ 9 callersMethodset_nonce
(&mut self, nonce: Nonce)
crates/types/src/entities/relayer/message.rs:110
↓ 9 callersMethodstarts_with
(item: &Self::Item, prefix: &[u8])
crates/fuel-core/src/state/rocks_db.rs:896
↓ 9 callersMethodsubscribe
(&self)
crates/fuel-core/src/service/adapters/shared_sequencer.rs:7
↓ 9 callersMethodutxo_validation
(self, utxo_validation: bool)
crates/fuel-core/src/p2p_test_helpers.rs:738
↓ 9 callersMethodwith
(self, visitor: V)
crates/fuel-core/src/graphql_api/extensions/validation/visitor.rs:356
↓ 9 callersMethodwith_exec_gas_price_change_percent
(mut self, percent: u16)
crates/fuel-gas-price-algorithm/src/v1/tests.rs:106
↓ 9 callersMethodwith_required_fuel_block_height
( &mut self, new_height: Option<BlockHeight>, )
crates/client/src/client.rs:332
↓ 8 callersMethodadd
(&mut self, entries: Vec<TableEntry<Coins>>)
crates/chain-config/src/config/state.rs:262
↓ 8 callersMethodadd_storage
Adds getters to the `storage`.
crates/services/upgradable-executor/src/instance.rs:302
↓ 8 callersMethodadd_stored_coin_input
( &mut self, rng: &mut StdRng, storage: &mut Storage, amount: u64, )
crates/services/parallel-executor/src/tests/tests_executor.rs:141
↓ 8 callersMethodadd_v0_method
Adds a new host function to the `host_v0` module of the instance.
crates/services/upgradable-executor/src/instance.rs:175
↓ 8 callersMethodadvance_time_with_tokio
(&mut self)
crates/services/consensus_module/poa/src/service_test/trigger_tests.rs:140
↓ 8 callersMethodas_ref
(&self)
crates/services/txpool_v2/src/service/memory.rs:29
↓ 8 callersMethodas_table
(&self)
crates/chain-config/src/config/state.rs:268
↓ 8 callersMethodas_u64
Convert to u64
crates/types/src/blockchain/primitives.rs:143
↓ 8 callersFunctionassert_message_balance
( tx: &mut T, owner: Address, expected_balance: MessageBalance, )
crates/fuel-core/src/graphql_api/indexation/balances.rs:224
↓ 8 callersMethodbase_asset_id
(&self)
crates/fuel-core/src/schema/chain.rs:142
↓ 8 callersMethodbuild
( self, latest_block_config: Option<LastBlockConfig>, )
crates/chain-config/src/config/state.rs:156
↓ 8 callersFunctioncheck_limit
( limit: Option<u32>, current: usize, kind: Kind, )
crates/services/p2p/src/connection_limits.rs:85
↓ 8 callersMethodclose
( self, latest_block_config: Option<LastBlockConfig>, chain_config: &ChainConfig,
crates/chain-config/src/config/state/writer.rs:346
↓ 8 callersMethodcontains_key
(&self, key: &<BlobData as Mappable>::Key)
crates/fuel-core/src/graphql_api/database.rs:330
↓ 8 callersFunctioncreate_contract
Helper function to create a contract creation transaction from a given contract bytecode. Example: ``` let contract_bytecode = vec![]; let mut rng = r
crates/types/src/test_helpers.rs:24
↓ 8 callersMethoddrain
(&mut self)
crates/services/block_aggregator_api/src/tests.rs:133
↓ 8 callersMethodextract_logs_so_far
(self)
tests/tests/tx/log_syscall.rs:276
↓ 8 callersMethodget_metadata
(&self, _: &BlockHeight)
crates/services/gas_price_service/src/v0/tests.rs:97
↓ 8 callersMethodget_pool
(&self)
crates/services/txpool_v2/src/tests/context.rs:223
↓ 8 callersMethodinsert_transaction
( &mut self, transaction: ArcPoolTx, insertion_source: InsertionSource, missin
crates/services/txpool_v2/src/pending_pool.rs:112
↓ 8 callersMethodinsert_txs
Insert the test transactions into the node's transaction pool.
crates/fuel-core/src/p2p_test_helpers.rs:653
↓ 8 callersMethodis_enabled
(&self, module: Module)
crates/metrics/src/config.rs:33
↓ 8 callersMethodlatest_gas_price
(&self)
crates/client/src/client.rs:649
↓ 8 callersMethodload
(path: impl AsRef<Path>)
crates/chain-config/src/config/chain.rs:68
↓ 8 callersMethodmanually_produce_blocks
( &self, start_time: Option<Tai64>, mode: Mode, )
crates/fuel-core/src/service/adapters/consensus_module/poa.rs:59
↓ 8 callersMethodmax_inputs
(&self)
crates/fuel-core/src/schema/chain.rs:175
↓ 8 callersMethodmessages
( &self, owner: Option<&Address>, request: PaginationRequest<String>, )
crates/client/src/client.rs:1693
↓ 8 callersFunctionnever_cancel
()
crates/fuel-core/src/service/genesis/importer/import_task.rs:620
↓ 8 callersMethodnotify_gossip_transaction_validity
( &self, message_info: GossipsubMessageInfo, validity: GossipsubMessageAcc
crates/services/tx_status_manager/src/service.rs:597
↓ 8 callersFunctionok
(entity: T)
crates/services/importer/src/importer/test.rs:140
↓ 8 callersMethodoutputs
(&self)
crates/types/src/services/txpool.rs:275
↓ 8 callersFunctionproduce_block_with_tx
(rng: &mut StdRng, client: &FuelClient)
tests/test-helpers/src/lib.rs:111
↓ 8 callersMethodproduce_without_commit_with_source_direct_resolve
( &self, block: Components<TxSource>, )
crates/services/upgradable-executor/src/executor.rs:419
↓ 8 callersFunctionquery_pagination
( after: Option<String>, before: Option<String>, first: Option<i32>, last: Option<i32>, en
crates/fuel-core/src/schema.rs:99
↓ 8 callersMethodset_serialized_transaction
Set the serialized transaction bytes
crates/types/src/entities/relayer/transaction.rs:132
↓ 8 callersFunctionsize_of_value
Gets the size of the value under the `key` in the `column` from the storage.
crates/services/upgradable-executor/wasm-executor/src/ext.rs:197
↓ 8 callersMethodstate_transition_bytecode_version
Get the state transition bytecode version
crates/types/src/blockchain/header.rs:70
↓ 8 callersMethodsubscribe
( &self, q: StreamingOperation<ResponseData, Vars>, )
crates/client/src/client.rs:460
↓ 8 callersMethodtransactions_by_owner
Returns a paginated set of transactions associated with a txo owner address.
crates/client/src/client.rs:1404
↓ 8 callersFunctiontxpool_metrics
()
crates/metrics/src/txpool_metrics.rs:105
↓ 8 callersFunctionupdate
( event: &Event, block_st_transaction: &mut T, enabled: bool, base_asset_id: &AssetId, )
crates/fuel-core/src/graphql_api/indexation/coins_to_spend.rs:109
↓ 8 callersMethodwait
(self)
crates/fuel-core/src/service/genesis/task_manager.rs:119
↓ 8 callersMethodwith_activity
(mut self, l2_activity: L2ActivityTracker)
crates/fuel-gas-price-algorithm/src/v1/tests.rs:176
↓ 8 callersMethodwith_total_rewards
(mut self, total_rewards: u128)
crates/fuel-gas-price-algorithm/src/v1/tests.rs:139
↓ 7 callersMethodamount
The amount that this operation costs per increase in one `noop` time.
benches/src/bin/collect.rs:681
↓ 7 callersMethodas_usize
Returns the id of the column as an `usize`.
crates/storage/src/kv_store.rs:34
↓ 7 callersMethodbalances
Retrieve a page of balances by their owner
crates/client/src/client.rs:1657
← previousnext →301–400 of 5,659, ranked by callers