MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / open_debug

Method open_debug

src/catalog/src/durable/persist.rs:1483–1485  ·  view source on GitHub ↗
(mut self: Box<Self>)

Source from the content-addressed store, hash-verified

1481
1482 #[mz_ore::instrument(level = "debug")]
1483 async fn open_debug(mut self: Box<Self>) -> Result<DebugCatalogState, CatalogError> {
1484 Ok(DebugCatalogState(*self))
1485 }
1486
1487 #[mz_ore::instrument]
1488 async fn is_initialized(&mut self) -> Result<bool, CatalogError> {

Callers 6

editFunction · 0.80
deleteFunction · 0.80
test_debugFunction · 0.80
test_debug_edit_fencingFunction · 0.80
test_concurrent_debugsFunction · 0.80

Calls 1

DebugCatalogStateClass · 0.85

Tested by 4

test_debugFunction · 0.64
test_debug_edit_fencingFunction · 0.64
test_concurrent_debugsFunction · 0.64