MCPcopy Create free account
hub / github.com/dagger/dagger / invalidateSchemaCache

Method invalidateSchemaCache

dagql/server.go:310–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308}
309
310func (s *Server) invalidateSchemaCache() {
311 s.schemaLock.Lock()
312 clear(s.schemas)
313 clear(s.schemaDigests)
314 clear(s.schemaOnces)
315 s.schemaLock.Unlock()
316}
317
318func NewDefaultHandler(es graphql.ExecutableSchema) *handler.Server {
319 // TODO: avoid this deprecated method, and customize the options

Callers 10

InstallObjectMethod · 0.95
InstallScalarMethod · 0.95
InstallDirectiveMethod · 0.95
InstallTypeDefMethod · 0.95
InstallMethod · 0.80
ImplementsMethod · 0.80
ExtendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected