Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ getDeclType
Method
getDeclType
test/DeclManager.cpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
std::function<void()> creationCallback;
134
135
decl::Type getDeclType() const override
136
{
137
return decl::Type::TestDecl;
138
}
139
140
decl::IDeclaration::Ptr createDeclaration(const std::string& name) override
141
{
Callers
10
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
visit
Method · 0.45
test.py
File · 0.45
registerDeclType
Method · 0.45
getTypenameMapping
Method · 0.45
reloadDeclarations
Method · 0.45
tryDetermineBlockType
Method · 0.45
Calls
no outgoing calls
Tested by
1
visit
Method · 0.36