Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ hasPrivate
Method
hasPrivate
src/main/java/pascal/taie/language/classes/Modifier.java:62–64 ·
view source on GitHub ↗
(Set<Modifier> modifiers)
Source
from the content-addressed store, hash-verified
60
}
61
62
public
static
boolean hasPrivate(Set<Modifier> modifiers) {
63
return
modifiers.contains(PRIVATE);
64
}
65
66
public
static
boolean hasStatic(Set<Modifier> modifiers) {
67
return
modifiers.contains(STATIC);
Callers
2
isPrivate
Method · 0.95
isPrivate
Method · 0.95
Calls
1
contains
Method · 0.65
Tested by
no test coverage detected