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

Enum State

module/src/main/cpp/nohello.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56};
57
58enum State {
59 SUCCESS = 0,
60 FAILURE = 1
61};
62
63static const std::set<std::string> toumount_sources = {"KSU", "APatch", "magisk", "worker"};
64static const std::string adbPathPrefix = "/data/adb";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected