MCPcopy Create free account
hub / github.com/coder/agentapi / Status

Method Status

x/acpio/acp_conversation.go:162–166  ·  view source on GitHub ↗

Status returns the current conversation status.

()

Source from the content-addressed store, hash-verified

160
161// Status returns the current conversation status.
162func (c *ACPConversation) Status() st.ConversationStatus {
163 c.mu.Lock()
164 defer c.mu.Unlock()
165 return c.statusLocked()
166}
167
168// statusLocked returns the status without acquiring the lock (caller must hold lock).
169func (c *ACPConversation) statusLocked() st.ConversationStatus {

Callers 3

StartMethod · 0.95

Calls 1

statusLockedMethod · 0.95

Tested by 2