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

Method close

coderd/x/chatd/chatd.go:682–684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

680}
681
682func (c *turnWorkspaceContext) close() {
683 c.clearCachedWorkspaceState()
684}
685
686func (c *turnWorkspaceContext) clearCachedWorkspaceState() {
687 c.mu.Lock()

Calls 1