Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/massCodeIO/massCode
/ decodeBase64
Function
decodeBase64
src/main/http/import/zip.ts:9–11 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
7
}
8
9
function
decodeBase64(value: string): Buffer {
10
return
Buffer.from(value,
'base64'
)
11
}
12
13
export
async
function
expandZipFiles(
14
files: HttpImportFile[],
Callers
1
expandZipFiles
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected