MCPcopy Create free account
hub / github.com/nodejs/nan / WorkComplete

Method WorkComplete

test/cpp/threadlocal.cpp:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 ok(_(NULL == nauv_key_get(&tls_key)));
32 }
33 void WorkComplete() {
34 HandleScope scope;
35 for (unsigned j = 0; j < i; ++j)
36 t->ok(res[j].ok, res[j].msg);
37 nauv_key_delete(&tls_key);
38 t->ok(_(NULL == ErrorMessage()));
39 t->end();
40 delete t;
41 }
42
43 private:
44 nauv_key_t tls_key;

Callers

nothing calls this directly

Calls 3

nauv_key_deleteFunction · 0.85
endMethod · 0.80
okMethod · 0.45

Tested by

no test coverage detected