MCPcopy Create free account
hub / github.com/atas76/openengine / hasEntity

Method hasEntity

src/main/java/org/fgn/schema/StateContext.java:14–16  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

12 private static Map<String, BaseObject> entities;
13
14 public static boolean hasEntity(String key) {
15 return entities.containsKey(key);
16 }
17
18 public static BaseObject getEntity(String key) throws SchemaException {
19

Callers 2

parseStateInMethod · 0.95
defineStateContextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected