MCPcopy Create free account
hub / github.com/Nativu5/Gemini-FastAPI / state

Method state

app/server/chat.py:1016–1017  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1014
1015 @property
1016 def state(self):
1017 return self.stack[-1]
1018
1019 def _is_outputting(self) -> bool:
1020 """Determines if the current state allows yielding text to the stream."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected