MCPcopy Create free account
hub / github.com/DoNewsCode/core / appendHandler

Struct appendHandler

config/module.go:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249type appendHandler struct {
250 codec contract.Codec
251}
252
253func (y appendHandler) flags() int {
254 return os.O_APPEND | os.O_CREATE | os.O_RDWR

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected