MCPcopy 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
9function decodeBase64(value: string): Buffer {
10 return Buffer.from(value, 'base64')
11}
12
13export async function expandZipFiles(
14 files: HttpImportFile[],

Callers 1

expandZipFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected