MCPcopy Create free account
hub / github.com/creatale/node-dv / isBase64

Function isBase64

deps/leptonica/src/encoding.c:270–274  ·  view source on GitHub ↗

! * \brief isBase64() */

Source from the content-addressed store, hash-verified

268 * \brief isBase64()
269 */
270static l_int32
271isBase64(char c)
272{
273 return (isalnum(((int)c)) || ((c) == '+') || ((c) == '/')) ? 1 : 0;
274}
275
276/*!
277 * \brief genReverseTab64()

Callers 2

decodeBase64Function · 0.85
reformatPacked64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected