Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ bio_deletor
Function
bio_deletor
include/jwt/algorithm.hpp:272–275 ·
view source on GitHub ↗
*/
Source
from the content-addressed store, hash-verified
270
/**
271
*/
272
inline void bio_deletor(BIO* ptr)
273
{
274
if (ptr) BIO_free_all(ptr);
275
}
276
277
/**
278
*/
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected