Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XF-FS/APIKit
/ getBasePathURL
Method
getBasePathURL
src/main/java/burp/ScanConfig.java:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
private
String apiTypeName;
16
17
public
String getBasePathURL() {
18
return
this.basePathURL;
19
}
20
21
public
void
setBasePathURL(String basePathURL) {
22
this.basePathURL = basePathURL;
Callers
1
startNewScan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected