MCPcopy Index your code
hub / github.com/bootdotdev/bootdev / reportDebugFileWrite

Function reportDebugFileWrite

cmd/submit.go:101–107  ·  view source on GitHub ↗
(path string, err error)

Source from the content-addressed store, hash-verified

99}
100
101func reportDebugFileWrite(path string, err error) {
102 if err != nil {
103 fmt.Fprintf(os.Stderr, "warning: failed to write submission debug output: %v\n", err)
104 return
105 }
106 fmt.Fprintf(os.Stderr, "Submission debug output written to %s\n", path)
107}
108
109func writeSubmissionDebugFile(lessonUUID string, data api.SubmissionDebugData) (string, error) {
110 now := time.Now()

Callers 1

submissionHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected