MCPcopy Create free account
hub / github.com/PlayFab/gsdk / hasCommentForValue

Method hasCommentForValue

cpp/cppsdk/jsoncpp.cpp:4809–4813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4807}
4808
4809bool StyledWriter::hasCommentForValue(const Value& value) {
4810 return value.hasComment(commentBefore) ||
4811 value.hasComment(commentAfterOnSameLine) ||
4812 value.hasComment(commentAfter);
4813}
4814
4815// Class StyledStreamWriter
4816// //////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected