Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getMethod
Method
getMethod
src/main/java/org/apache/groovy/metaclass/MetaClass.java:38–40 ·
view source on GitHub ↗
(String name, Class[] parameters)
Source
from the content-addressed store, hash-verified
36
}
37
38
public
MetaMethod getMethod(String name, Class[] parameters) {
39
return
implRef.getPayload().getMethod(name, parameters);
40
}
41
}
Callers
2
invokeStringMember
Method · 0.45
run
Method · 0.45
Calls
1
getPayload
Method · 0.80
Tested by
no test coverage detected