Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegCC
/ CodeGenContext
Method
CodeGenContext
compiler/include/compiler/Common/TContext.h:236–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
}
235
236
CodeGenContext(const std::unordered_map<std::string, CCAttr>& attr_map)
237
: attrMap(attr_map) {}
238
239
CodeGenContext() = default;
240
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected