Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/XF-FS/APIKit
/ addApiDocument
Method
addApiDocument
src/main/java/burp/ui/ExtensionTab.java:76–78 ·
view source on GitHub ↗
(ApiDocumentEntity apiDocumentEntity)
Source
from the content-addressed store, hash-verified
74
}
75
76
public
void
addApiDocument(ApiDocumentEntity apiDocumentEntity) {
77
this.apiDocumentTable.append(apiDocumentEntity);
78
}
79
80
public
ConfigPanel getConfigPanel() {
81
return
this.configPanel;
Callers
1
run
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected