MCPcopy Index your code
hub / github.com/docker/docker-agent / CurrentAgentName

Method CurrentAgentName

pkg/runtime/runtime.go:702–704  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

700}
701
702func (r *LocalRuntime) CurrentAgentName(context.Context) string {
703 return r.currentAgentName()
704}
705
706// currentAgentName is the context-free internal accessor. LocalRuntime
707// resolves the active agent purely from in-memory state, so its internal

Calls 1

currentAgentNameMethod · 0.95