MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / addProgramDefinition

Method addProgramDefinition

include/Surelog/Design/Design.h:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 ClassDefinition* classDef);
194
195 void addProgramDefinition(const std::string& programName, Program* program) {
196 m_programDefinitions.emplace(programName, program);
197 }
198
199 Package* addPackageDefinition(std::string_view packageName, Package* package);
200

Callers 2

collectObjects_Method · 0.45
createFastLookupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected