MCPcopy 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_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
visitMethod · 0.45
test.pyFile · 0.45
registerDeclTypeMethod · 0.45
getTypenameMappingMethod · 0.45
reloadDeclarationsMethod · 0.45
tryDetermineBlockTypeMethod · 0.45

Calls

no outgoing calls

Tested by 1

visitMethod · 0.36