MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / encodeBase64

Function encodeBase64

frontend/src/utils/base64.ts:5–5  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

3type StringLikeRecord = object;
4
5export const encodeBase64 = (value: string) => Base64.encode(value);
6
7export const decodeBase64 = (value: string) => Base64.decode(value);
8

Callers 4

constructorMethod · 0.90
updateDevicePasswdFunction · 0.90
changeRedisPasswordFunction · 0.90
encodeBase64FieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected