MCPcopy Create free account
hub / github.com/dotabuff/manta / _errorf

Function _errorf

util.go:64–66  ·  view source on GitHub ↗

error with printf syntax

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

Source from the content-addressed store, hash-verified

62
63// error with printf syntax
64func _errorf(format string, args ...interface{}) error {
65 return fmt.Errorf(format, args...)
66}
67
68// panic with printf syntax
69func _panicf(format string, args ...interface{}) {

Callers 11

unlzssFunction · 0.85
GetStringMethod · 0.85
GetFloat32Method · 0.85
GetInt32Method · 0.85
GetBoolMethod · 0.85
GetUint64Method · 0.85
getEventKeyMethod · 0.85
NewStreamParserFunction · 0.85
readOuterMessageMethod · 0.85
parseStringTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected