Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parse-community/parse-server
/ decodeBase64
Function
decodeBase64
src/middlewares.js:407–409 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
405
}
406
407
function
decodeBase64(str) {
408
return
Buffer.from(str,
'base64'
).toString();
409
}
410
411
export
function
allowCrossDomain(appId) {
412
return
(req, res, next) => {
Callers
1
httpAuth
Function · 0.85
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected