MCPcopy Index your code
hub / github.com/bluekeyes/patch2pr / unsupported

Function unsupported

error.go:8–10  ·  view source on GitHub ↗
(msg string, args ...any)

Source from the content-addressed store, hash-verified

6)
7
8func unsupported(msg string, args ...any) error {
9 return unsupportedErr{reason: fmt.Sprintf(msg, args...)}
10}
11
12type unsupportedErr struct {
13 reason string

Callers 2

ApplyMethod · 0.85
getContentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected