MCPcopy Create free account
hub / github.com/arshamalh/dockeroller / GetCurrentQuestion

Method GetCurrentQuestion

session/userdata.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (d *UserData) GetCurrentQuestion() entities.Question {
36 return d.CurrentQuestion
37}
38
39func (d *UserData) SetCurrentContainer(container *entities.Container) {
40 d.CurrentContainer = container

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected