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

Method main

samples/ZiyaUsage.java:25–32  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

23 }
24
25 public static void main(String[] args){
26 try {
27 usage();
28 } catch (ApiException | NoApiKeyException | InputRequiredException e) {
29 System.out.println(e.getMessage());
30 }
31 System.exit(0);
32 }
33}

Callers

nothing calls this directly

Calls 2

usageMethod · 0.95
getMessageMethod · 0.80

Tested by

no test coverage detected