Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerpetualSoftware/pad
/ Read
Method
Read
internal/cli/client_items_copy.go:473–473 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
471
type
opaqueReader
struct
{ r io.Reader }
472
473
func
(o *opaqueReader) Read(p []byte) (int, error) {
return
o.r.Read(p) }
474
475
// PrintRawJSON writes a server response verbatim except for indentation.
476
//
Callers
15
ShouldPruneStripeEvents
Function · 0.45
generateShareToken
Function · 0.45
TestEncryptDecrypt
Function · 0.45
TestDecryptPlaintext
Function · 0.45
TestEncryptDecryptEmpty
Function · 0.45
TestTOTPEncryptionRoundTrip
Function · 0.45
CreateAPIToken
Method · 0.45
RotateAPIToken
Method · 0.45
CreateOAuthUser
Method · 0.45
CreatePasswordReset
Method · 0.45
CreateInvitation
Method · 0.45
TestWebhookSecret_EncryptedAtRest
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestEncryptDecrypt
Function · 0.36
TestDecryptPlaintext
Function · 0.36
TestEncryptDecryptEmpty
Function · 0.36
TestTOTPEncryptionRoundTrip
Function · 0.36
TestWebhookSecret_EncryptedAtRest
Function · 0.36
TestWebhookSecret_ListRoundTrips
Function · 0.36
TestWebhookSecret_BackfillEncryptsPlaintext
Function · 0.36
TestWebhookSecret_MigratesEncPrefixedLegacyPlaintext
Function · 0.36
TestWebhookSecret_DoesNotRewrapCiphertextOnKeyChange
Function · 0.36
TestDispatch_ItemBulkUpdate_MergesExistingFields
Function · 0.36
TestDispatch_ItemNote_AppendsToFields
Function · 0.36
TestDispatch_ItemDecide_AppendsToDecisionLog
Function · 0.36