MCPcopy
hub / github.com/GopeedLab/gopeed / Error

Method Error

pkg/download/extension.go:671–673  ·  view source on GitHub ↗
(msg ...goja.Value)

Source from the content-addressed store, hash-verified

669}
670
671func (l *InstanceLogger) Error(msg ...goja.Value) {
672 l.logger.Error().Msg(l.append(msg...))
673}
674
675func (l *InstanceLogger) append(msg ...goja.Value) string {
676 strMsg := make([]string, len(msg))

Callers 15

BuildServerFunction · 0.45
ReadJsonFunction · 0.45
ResolveFunction · 0.45
CreateTaskFunction · 0.45
CreateTaskBatchFunction · 0.45
PatchTaskFunction · 0.45
PauseTaskFunction · 0.45
PauseTasksFunction · 0.45
ContinueTaskFunction · 0.45
ContinueTasksFunction · 0.45
DeleteTaskFunction · 0.45
DeleteTasksFunction · 0.45

Calls 1

appendMethod · 0.95