MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isBlock

Method isBlock

lib/library.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 return mOffset;
99 }
100 bool isBlock(const std::string& blockName) const {
101 return mBlocks.find(blockName) != mBlocks.end();
102 }
103
104 private:
105 std::string mStart;

Callers 1

isexecutableblockMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected