MCPcopy Create free account
hub / github.com/acl-dev/acl / ~myfiber

Method ~myfiber

android/samples/fiber/HttpFiber/src/main/cpp/Fiber.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63private:
64 ~myfiber(void) {
65 JNIEnv* env = get_env();
66 if (env) {
67 env->DeleteGlobalRef(o_);
68 }
69 }
70
71public:
72 void run(void) {

Callers

nothing calls this directly

Calls 1

get_envFunction · 0.70

Tested by

no test coverage detected