MCPcopy Create free account
hub / github.com/Illumina/hap.py / hasCommentForValue

Method hasCommentForValue

external/jsoncpp/jsoncpp.cpp:3491–3495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3489}
3490
3491bool StyledWriter::hasCommentForValue(const Value &value) {
3492 return value.hasComment(commentBefore) ||
3493 value.hasComment(commentAfterOnSameLine) ||
3494 value.hasComment(commentAfter);
3495}
3496
3497std::string StyledWriter::normalizeEOL(const std::string &text) {
3498 std::string normalized;

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected