MCPcopy
hub / github.com/dgraph-io/dgraph / LazyLoadSchema

Function LazyLoadSchema

graphql/admin/admin.go:1047–1049  ·  view source on GitHub ↗
(namespace uint64)

Source from the content-addressed store, hash-verified

1045}
1046
1047func LazyLoadSchema(namespace uint64) error {
1048 return adminServerVar.lazyLoadSchema(namespace)
1049}
1050
1051func inputArgError(err error) error {
1052 return schema.GQLWrapf(err, "couldn't parse input argument")

Callers 3

graphqlProbeHandlerFunction · 0.92
setupServerFunction · 0.92
SubscribeMethod · 0.85

Calls 1

lazyLoadSchemaMethod · 0.80

Tested by

no test coverage detected