Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ read
Method
read
rust/tests/websocket.rs:80–83 ·
view source on GitHub ↗
(&mut self, data: &[u8])
Source
from the content-addressed store, hash-verified
78
}
79
80
fn read(&mut self, data: &[u8]) -> bool {
81
self.data_read.extend_from_slice(data);
82
true
83
}
84
}
85
86
#[test]
Callers
1
test_binary_reader_read
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected