Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XF-FS/APIKit
/ clear
Method
clear
src/main/java/burp/ui/apitable/ApiDetailTable.java:71–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
public
void
clear() {
72
this.model.clear();
73
this.setEnabled(true);
74
}
75
76
private
void
copySelectedRows() {
77
int
[] rows = this.getSelectedRows();
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected