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

Function planPathVerificationMessage

coderd/x/chatd/chattool/planpathmessage.go:57–62  ·  view source on GitHub ↗
(requestedPath string)

Source from the content-addressed store, hash-verified

55}
56
57func planPathVerificationMessage(requestedPath string) string {
58 return fmt.Sprintf(
59 "the plan path %s could not be verified because the workspace is currently unavailable to resolve the chat-specific plan path, try again shortly",
60 requestedPath,
61 )
62}

Callers 5

TestWriteFileFunction · 0.70
TestProposePlanFunction · 0.70
TestEditFilesFunction · 0.70
rejectSharedPlanPathFunction · 0.70

Calls

no outgoing calls

Tested by 4

TestWriteFileFunction · 0.56
TestProposePlanFunction · 0.56
TestEditFilesFunction · 0.56