MCPcopy Create free account
hub / github.com/evilsocket/sum / Copy

Method Copy

storage/driver.go:28–28  ·  view source on GitHub ↗

Copy must copy the contents of the src message into the dst message. An error can be returned to signal the index that something went wrong during the copy.

(dst proto.Message, src proto.Message)

Source from the content-addressed store, hash-verified

26 // the dst message. An error can be returned to signal
27 // the index that something went wrong during the copy.
28 Copy(dst proto.Message, src proto.Message) error
29}

Callers 2

CreateExecutionPoolFunction · 0.65
UpdateMethod · 0.65

Implementers 2

RecordDriverstorage/record_driver.go
OracleDriverstorage/oracle_driver.go

Calls

no outgoing calls

Tested by

no test coverage detected