Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ defaultPrintStats
Method
defaultPrintStats
tools/shell/include/printer/printer.h:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
virtual ~Printer() = default;
79
80
virtual bool defaultPrintStats() const { return true; }
81
82
protected:
83
explicit Printer(PrinterType pt) : printType(pt) {}
Callers
2
setMode
Method · 0.45
setConfigOutputMode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected