MCPcopy
hub / github.com/docker/docker-agent / ImplicitUserMessage

Function ImplicitUserMessage

pkg/session/session.go:285–287  ·  view source on GitHub ↗
(content string)

Source from the content-addressed store, hash-verified

283}
284
285func ImplicitUserMessage(content string) *Message {
286 return ImplicitUserMessageAt(time.Now(), content)
287}
288
289// ImplicitUserMessageAt is like ImplicitUserMessage but stamps the message with
290// an explicit creation time, letting callers (and tests) avoid the wall clock.

Callers 1

applyForceHandoffMethod · 0.92

Calls 2

ImplicitUserMessageAtFunction · 0.85
NowMethod · 0.80

Tested by

no test coverage detected