MCPcopy Create free account
hub / github.com/e2wugui/zeze / last

Method last

ZezeJava/ZezeJava/src/main/java/Zeze/Hot/HotModule.java:68–71  ·  view source on GitHub ↗
(String namespace)

Source from the content-addressed store, hash-verified

66 }
67
68 private static String last(String namespace) {
69 var ns = namespace.split("\\.");
70 return ns[ns.length - 1];
71 }
72
73 @SuppressWarnings("unchecked")
74 public <T extends HotService> HotModuleContext<T> getContext(Class<T> serviceClass) {

Callers 1

HotModuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected