MCPcopy Create free account
hub / github.com/audacity/audacity / unmap

Function unmap

lib-src/lv2/serd/src/string.c:173–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";
172
173static inline uint8_t unmap(const uint8_t in) { return b64_unmap[in] - 47; }
174
175/**
176 Decode 4 base64 characters to 3 raw bytes.

Callers 1

decode_chunkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected