Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
function
concatBuffers(a: Buffer, b: Buffer): Buffer {
40
return
Buffer.concat([a, b]);
41
}
Callers
2
encryptCacheValue
Function · 0.85
decryptCacheValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected