Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ writable
Method
writable
rust/src/segment.rs:145–147 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
143
}
144
145
pub fn writable(&self) -> bool {
146
self.flags().writable
147
}
148
149
pub fn readable(&self) -> bool {
150
self.flags().readable
Callers
1
init
Method · 0.45
Calls
1
flags
Method · 0.45
Tested by
no test coverage detected