MCPcopy Create free account
hub / github.com/dhbloo/rapfi / hasText

Method hasText

Rapfi/database/dbutils.cpp:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 std::string comment;
149
150 bool hasText() const { return flag & MASK_TEXT; }
151 bool hasComment() const { return flag & MASK_COMMENT; }
152 bool hasTag() const { return flag & MASK_TAG; }
153 bool hasChild() const { return !(flag & MASK_NOCHILD); }

Callers 2

readNodeMethod · 0.80
processNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected