MCPcopy Create free account
hub / github.com/PRQL/prql / log_suppress

Function log_suppress

prqlc/prqlc/src/debug/log.rs:41–43  ·  view source on GitHub ↗

Will discard any new entries until the lock is dropped.

()

Source from the content-addressed store, hash-verified

39
40/// Will discard any new entries until the lock is dropped.
41pub fn log_suppress() -> Option<LogSuppressLock> {
42 LogSuppressLock::new()
43}
44
45pub fn log_stage(stage: Stage) {
46 log_entry(|| DebugEntryKind::NewStage(stage));

Callers 2

stdFunction · 0.85
load_std_libFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected