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

Method Text

src/main/java/top/misec/push/impl/DingTalkPush.java:82–84  ·  view source on GitHub ↗
(String content)

Source from the content-addressed store, hash-verified

80 private final String content;
81
82 public Text(String content) {
83 this.content = content.replaceAll("\r\n\r", "");
84 }
85 }
86}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected