| 226 | } |
| 227 | |
| 228 | type metadataModeYAMLHandler struct{} |
| 229 | |
| 230 | func (m *metadataModeYAMLHandler) Export(o *MetadataExportOptions) error { |
| 231 | var op errors.Op = "commands.metadataModeYAMLHandler.Export" |
nothing calls this directly
no outgoing calls
no test coverage detected