MCPcopy Create free account
hub / github.com/hashintel/hash / commit

Method commit

libs/@local/hashql/core/src/module/namespace.rs:422–424  ·  view source on GitHub ↗
(&mut self, snapshot: ModuleNamespaceSnapshot)

Source from the content-addressed store, hash-verified

420 }
421
422 pub fn commit(&mut self, snapshot: ModuleNamespaceSnapshot) {
423 self.imports.commit(snapshot.0);
424 }
425
426 pub fn rollback_to(&mut self, snapshot: ModuleNamespaceSnapshot) {
427 self.imports.rollback_to(snapshot.0);

Callers 7

seed_dbFunction · 0.45
seed_benchmark_dataFunction · 0.45
seed_dbFunction · 0.45
seed_dbFunction · 0.45
in_transactionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected