MCPcopy Create free account
hub / github.com/coder/coder / all

Method all

coderd/x/chatd/integration_responses_test.go:399–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

397}
398
399func (r *responsesRequestRecorder) all() []recordedResponsesRequest {
400 r.mu.Lock()
401 defer r.mu.Unlock()
402 return append([]recordedResponsesRequest(nil), r.requests...)
403}
404
405type persistedResponsesMessage struct {
406 role database.ChatMessageRole

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected