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

Method flags

config/module.go:244–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242
243type handler interface {
244 flags() int
245 unmarshal(bytes []byte, o interface{}) error
246 write(file *os.File, configs []ExportedConfig, confMap map[string]interface{}) error
247}

Callers 1

ProvideCommandMethod · 0.65

Implementers 2

appendHandlerconfig/module.go
rewriteHandlerconfig/module.go

Calls

no outgoing calls

Tested by

no test coverage detected