Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firebasky/Java
/ ELeval
Method
ELeval
shell/EL/test.java:16–23 ·
view source on GitHub ↗
(String payload)
Source
from the content-addressed store, hash-verified
14
}
15
16
public
static
void
ELeval(String payload){
17
ELProcessor elProcessor =
new
ELProcessor();
18
try {
19
elProcessor.eval(payload);
20
} catch (Exception e) {
21
e.printStackTrace();
22
}
23
}
24
}
Callers
1
main
Method · 0.95
Calls
1
eval
Method · 0.80
Tested by
no test coverage detected