Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ is_executable
Method
is_executable
src/pystack/maps.py:56–57 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
54
return
self.start <= addr < self.end
55
56
def
is_executable(self) -> bool:
57
return
"x"
in self.flags
58
59
def
is_readable(self) -> bool:
60
return
"r"
in self.flags
Callers
1
test_virtual_map
Function · 0.95
Calls
no outgoing calls
Tested by
1
test_virtual_map
Function · 0.76