Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ getMIDlet
Method
getMIDlet
src/main/java/org/microemu/MIDletContext.java:58–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
public
MIDlet getMIDlet() {
59
if
(midletAccess == null) {
60
return
null;
61
}
62
return
midletAccess.midlet;
63
}
64
}
Callers
4
getCurrentMIDlet
Method · 0.95
loadMidlet
Method · 0.95
registerMIDletContext
Method · 0.80
clear
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected