MCPcopy Index your code
hub / github.com/coder/coder / currentUserPromptEpoch

Method currentUserPromptEpoch

coderd/x/chatd/configcache.go:393–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391}
392
393func (c *chatConfigCache) currentUserPromptEpoch() uint64 {
394 c.mu.RLock()
395 epoch := c.userPromptEpoch
396 c.mu.RUnlock()
397 return epoch
398}
399
400func (c *chatConfigCache) storeUserPrompt(epoch uint64, userID uuid.UUID, prompt string) {
401 c.mu.Lock()

Callers 1

UserPromptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected