MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / push

Method push

src/database/mock.rs:413–415  ·  view source on GitHub ↗
(&mut self, stmt: Statement)

Source from the content-addressed store, hash-verified

411 }
412
413 fn push(&mut self, stmt: Statement) {
414 self.stmts.push(stmt);
415 }
416
417 fn into_transaction(self) -> Transaction {
418 match self.transaction_depth {

Callers 15

run_migrate_commandFunction · 0.80
update_migratorFunction · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
enum_iter_innerFunction · 0.80
get_metadataMethod · 0.80
get_type_propertiesMethod · 0.80
append_query_resultsMethod · 0.80

Calls

no outgoing calls

Tested by 1

create_baker_cakeFunction · 0.64