Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bterwijn/memory_graph
/ is_empty
Method
is_empty
memory_graph/sequence.py:78–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
return
f
'Sequence2D: {self.data}'
77
78
def
is_empty(self):
79
return
len(self.data) == 0
80
81
def
size(self):
82
l1, l2 = len(self.data), 0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected