Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_map
Function · 0.95
parse_maps_file_for_binary
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_virtual_map
Function · 0.76