MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / main

Function main

include/jwt/test/test_base64.cc:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44int main() {
45 base64_test_encode();
46 base64_test_decode();
47 return 0;
48}

Callers

nothing calls this directly

Calls 2

base64_test_encodeFunction · 0.85
base64_test_decodeFunction · 0.85

Tested by

no test coverage detected