MCPcopy Index your code
hub / github.com/carllerche/assert-struct / new

Method new

assert-struct/src/error.rs:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27impl PlainOutputGuard {
28 pub fn new() -> Self {
29 PLAIN_OUTPUT.with(|c| c.set(true));
30 PlainOutputGuard
31 }
32}
33
34impl Drop for PlainOutputGuard {

Callers

nothing calls this directly

Calls 1

absolute_source_pathFunction · 0.85

Tested by

no test coverage detected