MCPcopy Index your code
hub / github.com/PasarGuard/node / NewRequest

Method NewRequest

controller/controller.go:97–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (c *Controller) NewRequest() {
98 c.mu.Lock()
99 defer c.mu.Unlock()
100 c.lastRequest = time.Now()
101}
102
103func (c *Controller) StartBackend(ctx context.Context, backend *common.Backend) error {
104 c.mu.Lock()

Callers 5

LoggingInterceptorFunction · 0.80
LoggingStreamInterceptorFunction · 0.80
TestMainFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestMainFunction · 0.64