MCPcopy Create free account
hub / github.com/deathmemory/FridaContainer / getMethodDescription

Function getMethodDescription

utils/FCAnd.ts:483–488  ·  view source on GitHub ↗
(clsname: string, overload: any)

Source from the content-addressed store, hash-verified

481 }
482
483 function getMethodDescription(clsname: string, overload: any) {
484 // @ts-ignore
485 let argumentTypes = overload.argumentTypes.map(val => val.className).toString();
486 let desc = `${overload.returnType.className} ${clsname}#${overload.methodName}(${argumentTypes})`;
487 return desc;
488 }
489
490 function traceJavaMethodsCore(clsname: string) {
491 const tag = 'traceJavaMethodsCore';

Callers 1

traceJavaMethodsCoreFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected