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

Function expectCreateStep

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

Source from the content-addressed store, hash-verified

99}
100
101func expectCreateStep(
102 t *testing.T,
103 db *dbmock.MockStore,
104 runID uuid.UUID,
105 chatID uuid.UUID,
106 op Operation,
107) uuid.UUID {
108 t.Helper()
109
110 return expectCreateStepNumber(t, db, runID, chatID, 1, op)
111}
112
113func expectUpdateStep(
114 t *testing.T,

Calls 2

expectCreateStepNumberFunction · 0.85
HelperMethod · 0.65

Tested by

no test coverage detected