MCPcopy Create free account
hub / github.com/davidblewett/rure-python / new

Method new

regex/regex-syntax/src/ast/print.rs:36–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35impl PrinterBuilder {
36 fn new() -> PrinterBuilder {
37 PrinterBuilder {
38 _priv: (),
39 }
40 }
41
42 fn build(&self) -> Printer {
43 Printer {

Callers

nothing calls this directly

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected