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

Method generatePushBody

src/main/java/top/misec/push/AbstractPush.java:129–131  ·  view source on GitHub ↗

生成要推送的内容信息 @param metaInfo 元信息 @param content 要推送的内容 @return 整理后的推送内容

(final PushMetaInfo metaInfo, final String content)

Source from the content-addressed store, hash-verified

127 * @return 整理后的推送内容
128 */
129 protected String generatePushBody(final PushMetaInfo metaInfo, final String content) {
130 return content;
131 }
132
133 /**
134 * 消息分割

Callers 1

doPushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected