Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ hasNative
Method
hasNative
src/main/java/pascal/taie/language/classes/Modifier.java:86–88 ·
view source on GitHub ↗
(Set<Modifier> modifiers)
Source
from the content-addressed store, hash-verified
84
}
85
86
public
static
boolean hasNative(Set<Modifier> modifiers) {
87
return
modifiers.contains(NATIVE);
88
}
89
90
public
static
boolean hasInterface(Set<Modifier> modifiers) {
91
return
modifiers.contains(INTERFACE);
Callers
1
isNative
Method · 0.95
Calls
1
contains
Method · 0.65
Tested by
no test coverage detected