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

Function sharedPlanPathMessage

coderd/x/chatd/chattool/planpathmessage.go:41–47  ·  view source on GitHub ↗
(requestedPath, chatPath string)

Source from the content-addressed store, hash-verified

39}
40
41func sharedPlanPathMessage(requestedPath, chatPath string) string {
42 return fmt.Sprintf(
43 "the plan path %s is no longer supported at the home root; use the chat-specific plan path: %s",
44 requestedPath,
45 chatPath,
46 )
47}
48
49func symlinkedPlanPathMessage(planPath, resolvedPath string) string {
50 return fmt.Sprintf(

Callers 3

TestRejectSharedPlanPathFunction · 0.85
rejectSharedPlanPathFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestRejectSharedPlanPathFunction · 0.68