Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
type
StringLikeRecord = object;
4
5
export
const
encodeBase64 = (value: string) => Base64.encode(value);
6
7
export
const
decodeBase64 = (value: string) => Base64.decode(value);
8
Callers
4
constructor
Method · 0.90
updateDevicePasswd
Function · 0.90
changeRedisPassword
Function · 0.90
encodeBase64Fields
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected