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

Method main

samples/MossUsage.java:26–33  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

usageMethod · 0.95
getMessageMethod · 0.80

Tested by

no test coverage detected