Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hasura/graphql-engine
/ ProjectMetadata
Struct
ProjectMetadata
cli/pkg/metadata/project_metadata.go:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
)
15
16
type
ProjectMetadata
struct
{
17
ec *cli.ExecutionContext
18
}
19
20
// Parse metadata in project as JSON
21
func
(p *ProjectMetadata) Parse() (io.Reader, error) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected