MCPcopy Create free account
hub / github.com/dashscope/dashscope-sdk-java / main

Method main

samples/ImageSynthesisUsage.java:62–71  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

60 }
61
62 public static void main(String[] args){
63 try{
64 // basicCall();
65 synCall();
66 //listTask();
67 }catch(ApiException|NoApiKeyException e){
68 System.out.println(e.getMessage());
69 }
70 System.exit(0);
71 }
72}

Callers

nothing calls this directly

Calls 2

synCallMethod · 0.95
getMessageMethod · 0.80

Tested by

no test coverage detected