Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageLeay/celestial-runtime
/ encodeBase64
Function
encodeBase64
lib.esm/utils/base64.js:50–52 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
48
*
//_result:
49
*/
50
export
function
encodeBase64(data) {
51
return
Buffer.from(getBytes(data)).toString(
"base64"
);
52
}
53
//# sourceMappingURL=base64.js.map
Callers
4
headers
Method · 0.90
test-utils-misc.ts
File · 0.90
headers
Method · 0.90
test-utils-misc.js
File · 0.90
Calls
3
getBytes
Function · 0.90
toString
Method · 0.45
from
Method · 0.45
Tested by
no test coverage detected