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

FuncType closeFunc

codersdk/client.go:557–557  ·  view source on GitHub ↗
func() error

Source from the content-addressed store, hash-verified

555}
556
557type closeFunc func() error
558
559func (c closeFunc) Close() error {
560 return c()

Callers 6

StreamChatMethod · 0.70
WatchChatsMethod · 0.70
TestCollectInsightsFunction · 0.50
RunMethod · 0.50
WrapAgentConnFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected