Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
671
func
(l *InstanceLogger) Error(msg ...goja.Value) {
672
l.logger.Error().Msg(l.append(msg...))
673
}
674
675
func
(l *InstanceLogger) append(msg ...goja.Value) string {
676
strMsg := make([]string, len(msg))
Callers
15
BuildServer
Function · 0.45
ReadJson
Function · 0.45
Resolve
Function · 0.45
CreateTask
Function · 0.45
CreateTaskBatch
Function · 0.45
PatchTask
Function · 0.45
PauseTask
Function · 0.45
PauseTasks
Function · 0.45
ContinueTask
Function · 0.45
ContinueTasks
Function · 0.45
DeleteTask
Function · 0.45
DeleteTasks
Function · 0.45
Calls
1
append
Method · 0.95
Tested by
15
TestWebhook
Function · 0.36
TestTestWebhook
Function · 0.36
TestDownloader_CreateNotInWhite
Function · 0.36
TestDownloader_Stats
Function · 0.36
TestDownloader_Emit
Function · 0.36
TestDownloader_AutoExtract
Function · 0.36
TestDownloader_AutoExtractWithProgress
Function · 0.36
TestDownloader_AutoExtractWithDeleteAfterExtract
Function · 0.36
TestDownloader_AutoExtractError
Function · 0.36
TestProgress_MultiPartFields
Function · 0.36
startTestArchiveServer
Function · 0.36
TestDownloader_CheckAllMultiPartTasksDone
Function · 0.36