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

Function fs_trace_enabled

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

Source from the content-addressed store, hash-verified

1953}
1954
1955fn fs_trace_enabled() -> bool {
1956 env_flag_enabled("PGLITE_OXIDE_WASIX_FS_TRACE")
1957}
1958
1959fn env_flag_enabled(name: &str) -> bool {
1960 let Some(value) = std::env::var_os(name) else {

Callers 2

snapshotMethod · 0.85
maybe_trace_filesystemFunction · 0.85

Calls 1

env_flag_enabledFunction · 0.85

Tested by

no test coverage detected