MCPcopy Create free account
hub / github.com/Rblp/Rblpapi / identityFinalizer

Function identityFinalizer

src/authenticate.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47using BloombergLP::blpapi::EventQueue;
48
49static void identityFinalizer(SEXP identity_) {
50 Identity* identity = reinterpret_cast<Identity*>(R_ExternalPtrAddr(identity_));
51 if (identity) {
52 delete identity;
53 R_ClearExternalPtr(identity_);
54 }
55}
56
57Identity* authenticateWithId(SEXP con_, SEXP uuid_, SEXP ip_address_, SEXP is_auth_id_,
58 SEXP app_name_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected