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

Method doPush

src/main/java/top/misec/push/Push.java:21–21  ·  view source on GitHub ↗

发起推送 @param metaInfo 元信息 @param content 推送内容 @return 推送结果

(PushMetaInfo metaInfo, String content)

Source from the content-addressed store, hash-verified

19 * @return 推送结果
20 */
21 PushResult doPush(PushMetaInfo metaInfo, String content);
22}

Callers 10

testDingTalkPushMethod · 0.65
testPushPlusPushMethod · 0.65
testServerChanPushMethod · 0.65
testTelegramPushMethod · 0.65
testWeComPushMethod · 0.65
testWeComAppPushMethod · 0.65
doServerPushMethod · 0.65

Implementers 1

AbstractPushsrc/main/java/top/misec/push/AbstractP

Calls

no outgoing calls

Tested by 9

testDingTalkPushMethod · 0.52
testPushPlusPushMethod · 0.52
testServerChanPushMethod · 0.52
testTelegramPushMethod · 0.52
testWeComPushMethod · 0.52
testWeComAppPushMethod · 0.52