MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / getModuleDir

Method getModuleDir

module/src/main/cpp/zygisk.hpp:359–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357 return tbl->connectCompanion ? tbl->connectCompanion(tbl->impl) : -1;
358}
359inline int Api::getModuleDir() {
360 return tbl->getModuleDir ? tbl->getModuleDir(tbl->impl) : -1;
361}
362inline void Api::setOption(Option opt) {
363 if (tbl->setOption) tbl->setOption(tbl->impl, opt);
364}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected