MCPcopy 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
196VM* test::create_vm() {
197 static SimpleVM svm;
198 return svm.getvm();
199}
200
201//! fake function to pass the link
202void register_op(VM* vm) {

Callers

nothing calls this directly

Calls 1

getvmMethod · 0.80

Tested by

no test coverage detected