Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/f0ng/autoDecoder
/ getDecodeParams
Method
getDecodeParams
src/burp/IndexautoDecoder.java:2408–2410 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2406
2407
2408
public
static
String[] getDecodeParams() {
2409
return
deleteArrayNull(DecodeParams);
2410
}
2411
2412
public
static
String[] getRespDecodeParams() {
2413
return
deleteArrayNull(RespDecodeParams);
Callers
1
setMessage
Method · 0.95
Calls
1
deleteArrayNull
Method · 0.95
Tested by
no test coverage detected