MCPcopy Index your code
hub / github.com/API-Security/APIKit / add

Method add

src/main/java/burp/ui/ExtensionTab.java:195–201  ·  view source on GitHub ↗

新增任务至任务栏面板

(ApiDocumentListTree apiDocumentListTree)

Source from the content-addressed store, hash-verified

193 * 新增任务至任务栏面板
194 */
195 public void add(ApiDocumentListTree apiDocumentListTree) {
196 synchronized (this.apiTable) {
197 this.apiTable.getTableData().add(apiDocumentListTree.getMainApiData());
198 int _id = this.apiTable.getTableData().size();
199 fireTableRowsInserted(_id, _id);
200 }
201 }
202
203 public ApiTable getApiTable() {
204 return this.apiTable;

Callers 15

parseApiDocumentMethod · 0.95
ContextMenuClass · 0.45
createMenuItemsMethod · 0.45
getRequestMethod · 0.45
doPassiveScanMethod · 0.45
ApiScannerMethod · 0.45
detectMethod · 0.45
isFingerprintMatchMethod · 0.45
urlAddPathMethod · 0.45
parseApiDocumentMethod · 0.45
exportIssuesMethod · 0.45
makeHttpRequestMethod · 0.45

Calls 2

getTableDataMethod · 0.80
getMainApiDataMethod · 0.80

Tested by

no test coverage detected