Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/InferCore/InferCore
/ New
Function
New
internal/upstream/errors.go:24–26 ·
view source on GitHub ↗
(kind Kind, message string)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
New(kind Kind, message string) *Error {
25
return
&Error{Kind: kind, Message: message}
26
}
Callers
15
Invoke
Method · 0.92
invokeNonStream
Method · 0.92
invokeStream
Method · 0.92
Health
Method · 0.92
Invoke
Method · 0.92
Health
Method · 0.92
Invoke
Method · 0.92
invokeNonStream
Method · 0.92
invokeStream
Method · 0.92
Health
Method · 0.92
invokeNonStream
Method · 0.92
invokeStream
Method · 0.92
Calls
no outgoing calls
Tested by
4
Invoke
Method · 0.74
Invoke
Method · 0.74
TestError_ErrorString
Function · 0.56
TestNew
Function · 0.56