MCPcopy Create free account
hub / github.com/coperception/star / value

Method value

star/utils/misc.py:74–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72
73 @property
74 def value(self):
75 return self.deque[-1]
76
77 def __str__(self):
78 return self.fmt.format(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected