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

Struct rewriteHandler

config/module.go:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290type rewriteHandler struct {
291 codec contract.Codec
292}
293
294func (r rewriteHandler) flags() int {
295 return os.O_CREATE | os.O_RDWR

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected