Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ RunnableThrowing
Interface
RunnableThrowing
src/basic/RunnableThrowing.java:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
java.io.IOException;
4
5
public
interface
RunnableThrowing {
6
7
public
abstract
void
run() throws IOException;
8
}
Callers
1
doCompound
Method · 0.95
Implementers
2
GuiLogic
src/main/GuiLogic.java
RunnableEmpty
src/basic/RunnableEmpty.java
Calls
no outgoing calls
Tested by
no test coverage detected