MCPcopy Create free account
hub / github.com/bloomberg/pystack / is_readable

Method is_readable

src/pystack/maps.py:59–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 return "x" in self.flags
58
59 def is_readable(self) -> bool:
60 return "r" in self.flags
61
62 def is_writable(self) -> bool:
63 return "w" in self.flags

Callers 2

test_virtual_mapFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_virtual_mapFunction · 0.76