MCPcopy Index your code
hub / github.com/dcodeIO/bcrypt.js / decodeBase64

Function decodeBase64

index.js:1142–1144  ·  view source on GitHub ↗
(string, length)

Source from the content-addressed store, hash-verified

1140 * @returns {!Array.<number>}
1141 */
1142export function decodeBase64(string, length) {
1143 return base64_decode(string, length);
1144}
1145
1146export default {
1147 setRandomFallback,

Callers

nothing calls this directly

Calls 1

base64_decodeFunction · 0.85

Tested by

no test coverage detected