Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chynl/snake
/ head
Method
head
src/snake.py:192–193 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
190
)
191
192
def
head(self) -> Pos:
193
return
self.coords[-1]
194
195
def
tail(self) -> Pos:
196
return
self.coords[0]
Callers
8
new_head
Method · 0.95
next_direc
Method · 0.80
shortest_path
Method · 0.80
longer_path
Method · 0.80
build_hamilton_index
Method · 0.80
hamilton_direc
Method · 0.80
hamilton_path
Method · 0.80
state
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected