MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / fs_trace_snapshot

Function fs_trace_snapshot

src/pglite/postgres_mod.rs:388–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

386}
387
388pub fn fs_trace_snapshot() -> FsTraceSnapshot {
389 FS_TRACE.snapshot()
390}
391static WASIX_PROCESS_RUNTIME: OnceLock<std::result::Result<Arc<WasixProcessRuntime>, String>> =
392 OnceLock::new();
393static SEEDED_SIDE_MODULES: OnceLock<Mutex<HashSet<String>>> = OnceLock::new();

Calls 1

snapshotMethod · 0.45

Tested by

no test coverage detected