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

Method Error

coderd/x/chatd/chatdebug/model_internal_test.go:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26type testError struct{ message string }
27
28func (e *testError) Error() string { return e.message }
29
30func expectDebugLoggingEnabled(
31 t *testing.T,

Calls

no outgoing calls

Tested by

no test coverage detected