MCPcopy Create free account
hub / github.com/MoonKraken/youtube / getIdentity

Method getIdentity

MemorizeThisDB/src/main/java/TestContext.java:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 return "arn:aws:lambda:us-east-2:123456789012:function:my-function";
27 }
28 public CognitoIdentity getIdentity(){
29 return null;
30 }
31 public ClientContext getClientContext(){
32 return null;
33 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected