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

Function newProposePlanTool

coderd/x/chatd/chattool/proposeplan_test.go:601–608  ·  view source on GitHub ↗
(
	t *testing.T,
	mockConn *agentconnmock.MockAgentConn,
	storeFile chattool.StoreFileFunc,
)

Source from the content-addressed store, hash-verified

599}
600
601func newProposePlanTool(
602 t *testing.T,
603 mockConn *agentconnmock.MockAgentConn,
604 storeFile chattool.StoreFileFunc,
605) fantasy.AgentTool {
606 t.Helper()
607 return newProposePlanToolWithPlanPath(t, mockConn, storeFile, nil)
608}
609
610func newProposePlanToolWithPlanPath(
611 t *testing.T,

Callers 1

TestProposePlanFunction · 0.85

Calls 2

HelperMethod · 0.65

Tested by

no test coverage detected