MCPcopy
hub / github.com/hasura/graphql-engine / metadataModeYAMLHandler

Struct metadataModeYAMLHandler

cli/pkg/metadata/mode_handlers.go:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143type metadataModeYAMLHandler struct{}
144
145func (m *metadataModeYAMLHandler) Apply(p *ProjectMetadata) (io.Reader, error) {
146 var op errors.Op = "metadata.metadataModeYAMLHandler.Apply"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected