Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ ID
Method
ID
cli/command/task/formatter.go:86–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
func
(c *taskContext) ID() string {
87
if
c.trunc {
88
return
formatter.TruncateID(c.task.ID)
89
}
90
return
c.task.ID
91
}
92
93
func
(c *taskContext) Name() string {
94
return
c.name
Callers
4
getOrGenerateRootKeyAndInitRepo
Function · 0.45
initNotaryRepoWithSigners
Function · 0.45
TestGetOrGenerateNotaryKey
Function · 0.45
PushTrustedReference
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestGetOrGenerateNotaryKey
Function · 0.36