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

Method segmentation

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

消息分割 对于一条消息可能太长,需要分割按顺序发送 @param pushBody 消息内容 @return 分割结果,默认不分割

(PushMetaInfo metaInfo, String pushBody)

Source from the content-addressed store, hash-verified

138 * @return 分割结果,默认不分割
139 */
140 protected List<String> segmentation(PushMetaInfo metaInfo, String pushBody) {
141 return Collections.singletonList(pushBody);
142 }
143
144 @Override
145 public <V> void onRetry(Attempt<V> attempt) {

Callers 1

doPushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected