Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XF-FS/APIKit
/ addClearHistoryCallback
Method
addClearHistoryCallback
src/main/java/burp/ui/ConfigPanel.java:42–44 ·
view source on GitHub ↗
(Runnable callback)
Source
from the content-addressed store, hash-verified
40
}
41
42
public
void
addClearHistoryCallback(Runnable callback) {
43
this.clearHistoryButton.addActionListener(actionEvent -> callback.run());
44
}
45
}
46
Callers
1
run
Method · 0.80
Calls
1
run
Method · 0.45
Tested by
no test coverage detected