MCPcopy
hub / github.com/alibaba/MongoShake / Error

Method Error

pkg/log/logger.go:249–251  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

247}
248
249func (l *ZapLogger) Error(format string, args ...any) {
250 l.Errorf(format, args...)
251}
252
253func (l *ZapLogger) Critical(format string, args ...any) {
254 l.Criticalf(format, args...)

Callers 15

getShardKeyAndUuidFunction · 0.80
mainFunction · 0.80
nextMethod · 0.80
fetcherMethod · 0.80
EnsureNetworkMethod · 0.80
TestEventReaderFunction · 0.80
StartDropDestCollectionFunction · 0.80
StringMethod · 0.80
GetMethod · 0.80
mainFunction · 0.80

Calls 1

ErrorfMethod · 0.95