MCPcopy Create free account
hub / github.com/effect-app/libs / decodeBase64String

Function decodeBase64String

repos/effect/packages/effect/src/SchemaGetter.ts:1298–1305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1296 * @see {@link decodeHex} for the inverse operation to `Uint8Array`
1297 * @see {@link decodeHexString} for the inverse operation to `string`
1298 *
1299 * @category encoding
1300 * @since 4.0.0
1301 */
1302export function encodeHex<E extends Uint8Array | string>(): Getter<string, E> {
1303 return transform(Encoding.encodeHex)
1304}
1305
1306/**
1307 * Decodes a Base64 string to a `Uint8Array`.
1308 *

Callers

nothing calls this directly

Calls 3

someMethod · 0.80
transformOrFailFunction · 0.70
failMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…