MCPcopy Create free account
hub / github.com/chigraph/chigraph / typeNames

Method typeNames

libchigraph/src/GraphModule.cpp:577–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577std::vector<std::string> GraphModule::typeNames() const {
578 std::vector<std::string> ret;
579 ret.reserve(structs().size());
580
581 for (const auto& ty : structs()) { ret.push_back(ty->name()); }
582
583 return ret;
584}
585
586Result GraphModule::addForwardDeclarations(llvm::Module& module) const {
587 // create prototypes

Callers 1

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected