Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ taskRunLogContext
Function
taskRunLogContext
backend/runner/taskrun/log_context.go:17–19 ·
view source on GitHub ↗
(ctx context.Context, projectID string, taskRunUID int64)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
taskRunLogContext(ctx context.Context, projectID string, taskRunUID int64) context.Context {
18
return
log.WithAttrs(ctx, taskRunLogAttrs(projectID, taskRunUID)...)
19
}
Callers
6
scheduleRunningTaskRuns
Method · 0.85
runTaskRunOnce
Method · 0.85
RunOnce
Method · 0.85
TestTaskRunLogContext
Function · 0.85
RunOnce
Method · 0.85
RunOnce
Method · 0.85
Calls
2
WithAttrs
Function · 0.92
taskRunLogAttrs
Function · 0.85
Tested by
1
TestTaskRunLogContext
Function · 0.68