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

Class HelperConfig

src/main/java/top/misec/config/HelperConfig.java:11–25  ·  view source on GitHub ↗

HelperConfig. @author JunzhouLiu

Source from the content-addressed store, hash-verified

9 * @author JunzhouLiu
10 */
11@Data
12public class HelperConfig {
13 private TaskConfig taskConfig;
14 private PushConfig pushConfig;
15 private BiliVerify biliVerify;
16
17 @Override
18 public String toString() {
19 return "HelperConfig{" +
20 "taskConfig=" + taskConfig
21 + ", pushConfig=" + "敏感配置不输出"
22 + ", biliVerify=" + "敏感配置不输出"
23 + '}';
24 }
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…