MCPcopy Create free account
hub / github.com/csuhan/OneLLM / value

Method value

util/misc.py:89–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87
88 @property
89 def value(self):
90 return self.deque[-1]
91
92 def __str__(self):
93 return self.fmt.format(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected