Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegCC
/ create_vm
Method
create_vm
runtime/test/common/common.cpp:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
};
195
196
VM* test::create_vm() {
197
static SimpleVM svm;
198
return svm.getvm();
199
}
200
201
//! fake function to pass the link
202
void register_op(VM* vm) {
Callers
nothing calls this directly
Calls
1
getvm
Method · 0.80
Tested by
no test coverage detected