MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / hasCommentForValue

Method hasCommentForValue

json/jsoncpp.cpp:4811–4815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected