Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XUANXUQAQ/File-Engine
/ setBlock
Method
setBlock
src/main/java/file/engine/event/handler/Event.java:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
public
void
setBlock() {
30
isBlock.set(true);
31
}
32
33
public
boolean isBlock() {
34
return
isBlock.get();
Callers
4
buildEvent
Method · 0.80
BootSystemEvent
Method · 0.80
SetConfigsEvent
Method · 0.80
RestartEvent
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected