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

FuncType closeFunc

cmd/cliui/main.go:399–399  ·  view source on GitHub ↗
func() error

Source from the content-addressed store, hash-verified

397}
398
399type closeFunc func() error
400
401func (f closeFunc) Close() error {
402 return f()

Callers 4

mainFunction · 0.70
RunDERPOnlyWebSocketsFunction · 0.50
proxyServerMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected