MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / action

Method action

rust/src/command.rs:57–59  ·  view source on GitHub ↗
(&self, view: &BinaryView)

Source from the content-addressed store, hash-verified

55 T: 'static + Sync + Fn(&BinaryView),
56{
57 fn action(&self, view: &BinaryView) {
58 self(view);
59 }
60
61 fn valid(&self, _view: &BinaryView) -> bool {
62 true

Calls

no outgoing calls

Tested by

no test coverage detected