MCPcopy 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

471type opaqueReader struct{ r io.Reader }
472
473func (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

ShouldPruneStripeEventsFunction · 0.45
generateShareTokenFunction · 0.45
TestEncryptDecryptFunction · 0.45
TestDecryptPlaintextFunction · 0.45
TestEncryptDecryptEmptyFunction · 0.45
CreateAPITokenMethod · 0.45
RotateAPITokenMethod · 0.45
CreateOAuthUserMethod · 0.45
CreatePasswordResetMethod · 0.45
CreateInvitationMethod · 0.45

Calls

no outgoing calls