MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / Format

Class Format

opt_utils/include/open_ptrack/opt_utils/json.h:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 };
81
82 struct Format
83 {
84 bool newline;
85 bool spacing;
86 bool useTabs;
87 unsigned int indentSize;
88 };
89 static const Format StandardFormat = { true, true, true, 1 };
90 static const Format NoFormat = { false, false, false, 0 };
91

Callers 15

RegisterMethod · 0.85
FilterMatchesTestMethod · 0.85
ShowCStringQuotedMethod · 0.85
HRESULTFailureHelperFunction · 0.85
CodePointToUtf8Function · 0.85
ShowWideCStringQuotedMethod · 0.85
FormatCountableNounFunction · 0.85
EscapeXmlMethod · 0.85
OnTestProgramEndMethod · 0.85
OnTestIterationStartMethod · 0.85
OnTestIterationEndMethod · 0.85
OnTestCaseStartMethod · 0.85

Calls

no outgoing calls

Tested by 15

RegisterMethod · 0.68
FilterMatchesTestMethod · 0.68
ShowCStringQuotedMethod · 0.68
HRESULTFailureHelperFunction · 0.68
CodePointToUtf8Function · 0.68
ShowWideCStringQuotedMethod · 0.68
FormatCountableNounFunction · 0.68
EscapeXmlMethod · 0.68
OnTestProgramEndMethod · 0.68
OnTestIterationStartMethod · 0.68
OnTestIterationEndMethod · 0.68
OnTestCaseStartMethod · 0.68