MCPcopy Create free account
hub / github.com/MegEngine/MegCC / register_loader

Function register_loader

runtime/src/vm/extern_opr.c:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54static int register_loader(const MGBOprLoader* loader) {
55 return insert_loader(&loader_maps, loader);
56}
57
58static int delete_loader(LoaderMapVec* lm, const char* name) {
59 for (int i = 0; i < lm->size; ++i) {

Callers

nothing calls this directly

Calls 1

insert_loaderFunction · 0.85

Tested by

no test coverage detected