MCPcopy Create free account
hub / github.com/Illumina/paragraph / Enum

Enum Enum

external/jsoncpp/jsoncpp.cpp:4986–4990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4984struct CommentStyle {
4985 /// Decide whether to write comments.
4986 enum Enum {
4987 None, ///< Drop all comments.
4988 Most, ///< Recover odd behavior of previous versions (not implemented yet).
4989 All ///< Keep all comments.
4990 };
4991};
4992
4993struct BuiltStyledStreamWriter : public StreamWriter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected