MCPcopy Create free account
hub / github.com/catboost/catboost / GetImpl

Function GetImpl

library/cpp/string_utils/base64/base64.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 };
78
79 const TImpl GetImpl() {
80 static const TImpl IMPL;
81 return IMPL;
82 }
83}
84
85static const char base64_etab_std[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";

Callers 5

GetMethod · 0.85
GetAliveMethod · 0.85
Base64DecodeFunction · 0.85
Base64EncodeFunction · 0.85
GetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected