MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / reportError

Function reportError

admin/client/client.go:511–513  ·  view source on GitHub ↗

Prevent trying to import "fmt"

(format string, a ...interface{})

Source from the content-addressed store, hash-verified

509
510// Prevent trying to import "fmt"
511func reportError(format string, a ...interface{}) error {
512 return fmt.Errorf(format, a...)
513}
514
515// A wrapper for strict JSON decoding
516func newStrictDecoder(data []byte) *json.Decoder {

Callers 8

ProduceMessageExecuteMethod · 0.85
getServerIndexFunction · 0.85
getServerOperationIndexFunction · 0.85
getServerVariablesFunction · 0.85
SetStateExecuteMethod · 0.85
CreateFunctionExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected