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

Function expectCreateStepNumber

coderd/x/chatd/chatdebug/model_internal_test.go:80–99  ·  view source on GitHub ↗
(
	t *testing.T,
	db *dbmock.MockStore,
	runID uuid.UUID,
	chatID uuid.UUID,
	stepNumber int32,
	op Operation,
)

Source from the content-addressed store, hash-verified

78}
79
80func expectCreateStepNumber(
81 t *testing.T,
82 db *dbmock.MockStore,
83 runID uuid.UUID,
84 chatID uuid.UUID,
85 stepNumber int32,
86 op Operation,
87) uuid.UUID {
88 t.Helper()
89
90 return expectCreateStepNumberWithRequestValidity(
91 t,
92 db,
93 runID,
94 chatID,
95 stepNumber,
96 op,
97 true,
98 )
99}
100
101func expectCreateStep(
102 t *testing.T,

Callers 1

expectCreateStepFunction · 0.85

Calls 2

HelperMethod · 0.65

Tested by

no test coverage detected