Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OreosLab/bili
/ success
Method
success
src/main/java/top/misec/push/model/PushResult.java:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
public
static
PushResult success() {
21
return
new
PushResult(true);
22
}
23
24
public
static
PushResult failed() {
25
return
new
PushResult(false);
Callers
2
doPush
Method · 0.95
push2Target
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected