MCPcopy Create free account
hub / github.com/XUANXUQAQ/File-Engine / init

Method init

src/main/java/file/engine/frames/SearchBar.java:2846–2851  ·  view source on GitHub ↗
(Event event)

Source from the content-addressed store, hash-verified

2844 }
2845
2846 @EventListener(listenClass = BootSystemEvent.class)
2847 private static void init(Event event) {
2848 SearchBar tempInstance = getInstance();
2849 //开启所有线程
2850 tempInstance.initThreadPool();
2851 }
2852
2853 @EventRegister(registerClass = GrabFocusOnAttachModeEvent.class)
2854 private static void grabFocusOnAttachMode(Event event) {

Callers 2

initPinyinMethod · 0.80
doTrustToCertificatesMethod · 0.80

Calls 2

getInstanceMethod · 0.95
initThreadPoolMethod · 0.95

Tested by

no test coverage detected