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

Method Closed

coderd/aibridged/aibridged_test.go:59–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58func (*mockDRPCConn) Close() error { return nil }
59func (*mockDRPCConn) Closed() <-chan struct{} { ch := make(chan struct{}); return ch }
60func (*mockDRPCConn) Transport() drpc.Transport { return nil }
61func (*mockDRPCConn) Invoke(ctx context.Context, rpc string, enc drpc.Encoding, in, out drpc.Message) error {
62 return nil

Callers 2

CloseMethod · 0.45
connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected