MCPcopy Index your code
hub / github.com/dagger/dagger / WriteDagqlCacheDebugSnapshot

Method WriteDagqlCacheDebugSnapshot

engine/server/server.go:891–896  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

889}
890
891func (srv *Server) WriteDagqlCacheDebugSnapshot(w io.Writer) error {
892 if srv.engineCache == nil {
893 return fmt.Errorf("dagql cache not available")
894 }
895 return srv.engineCache.WriteDebugCacheSnapshot(w)
896}
897
898// ConnectedClients returns the number of currently connected clients
899func (srv *Server) ConnectedClients() int {

Callers 1

setupDebugHandlersFunction · 0.80

Calls 1

Tested by

no test coverage detected