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

FuncType closeFunc

cli/cliui/agent.go:414–414  ·  view source on GitHub ↗
func() error

Source from the content-addressed store, hash-verified

412}
413
414type closeFunc func() error
415
416func (c closeFunc) Close() error {
417 return c()

Callers 4

TestAgentFunction · 0.70
AgentFunction · 0.70
ServerMethod · 0.50
workspaceAgentFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected