Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ main
Method
main
src/test/resources/pta/lambda/LambdaStaticMethod.java:5–7 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
3
public
class
LambdaStaticMethod {
4
5
public
static
void
main(String[] args) {
6
test();
7
}
8
9
static
Object test() {
10
Function<Object, Op> fun = (o) -> {
Callers
nothing calls this directly
Calls
1
test
Method · 0.95
Tested by
no test coverage detected