MCPcopy Create free account
hub / github.com/OreosLab/bili / MessageModel

Class MessageModel

src/main/java/top/misec/push/impl/WeComPush.java:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 @Getter
43 static class MessageModel {
44 private final String msgtype = "markdown";
45 private final Markdown markdown;
46
47 public MessageModel(String content) {
48 this.markdown = new Markdown(content);
49 }
50 }
51
52 @Getter
53 static class Markdown {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…