MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / concatBuffers

Function concatBuffers

cli/src/cache/crypto.ts:39–41  ·  view source on GitHub ↗
(a: Buffer, b: Buffer)

Source from the content-addressed store, hash-verified

37}
38
39function concatBuffers(a: Buffer, b: Buffer): Buffer {
40 return Buffer.concat([a, b]);
41}

Callers 2

encryptCacheValueFunction · 0.85
decryptCacheValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected