Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/c0ny1/sqlmap4burp-plus-plus
/ isIsInject
Method
isIsInject
src/main/java/burp/Config.java:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
public
static
boolean isIsInject() {
93
return
IS_INJECT;
94
}
95
96
public
static
void
setIsInject(boolean isInject) {
97
IS_INJECT = isInject;
Callers
1
actionPerformed
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected