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

Method Matches

coderd/provisionerjobs_internal_test.go:407–413  ·  view source on GitHub ↗
(x interface{})

Source from the content-addressed store, hash-verified

405}
406
407func (m *logsAfterMatcher) Matches(x interface{}) bool {
408 p, ok := x.(database.GetProvisionerLogsAfterIDParams)
409 if !ok {
410 return false
411 }
412 return m.params == p
413}
414
415func (m *logsAfterMatcher) String() string {
416 return fmt.Sprintf("%+v", m.params)

Callers 15

testingWithOwnerUserFunction · 0.45
databaseImportFunction · 0.45
HttpAPIErrorMessageFunction · 0.45
slogFieldNameSnakeCaseFunction · 0.45
slogMessageFormatFunction · 0.45
slogMessageLengthFunction · 0.45
slogErrorFunction · 0.45
withTimezoneUTCFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected