Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
func
unsupported(msg string, args ...any) error {
9
return
unsupportedErr{reason: fmt.Sprintf(msg, args...)}
10
}
11
12
type
unsupportedErr
struct
{
13
reason string
Callers
2
Apply
Method · 0.85
getContent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected