MCPcopy Create free account
hub / github.com/beefytech/Beef / Module_AddModuleFlag

Method Module_AddModuleFlag

IDEHelper/Compiler/BfIRBuilder.cpp:2261–2265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2259}
2260
2261void BfIRBuilder::Module_AddModuleFlag(const StringImpl& flag, int val)
2262{
2263 WriteCmd(BfIRCmd_Module_AddModuleFlag, flag, val);
2264 NEW_CMD_INSERTED;
2265}
2266
2267#define GET_FROM(ptr, T) *((T*)(ptr += sizeof(T)) - 1)
2268

Callers 1

FinishInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected