Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1955
fn fs_trace_enabled() -> bool {
1956
env_flag_enabled(
"PGLITE_OXIDE_WASIX_FS_TRACE"
)
1957
}
1958
1959
fn env_flag_enabled(name: &str) -> bool {
1960
let Some(value) = std::env::var_os(name) else {
Callers
2
snapshot
Method · 0.85
maybe_trace_filesystem
Function · 0.85
Calls
1
env_flag_enabled
Function · 0.85
Tested by
no test coverage detected