Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isexecutableblock
Method · 0.80
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected