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

Method create

src/main/java/org/fgn/schema/data/Schema.java:23–25  ·  view source on GitHub ↗
(String source)

Source from the content-addressed store, hash-verified

21 private Set<String> actionIds;
22
23 public static Schema create(String source) throws IOException {
24 return new ObjectMapper().readValue(new File(source), Schema.class);
25 }
26
27 public Set<String> getContextIds() {
28 return getEntityIds(contextIds, context);

Callers 5

setUpMethod · 0.95
setUpMethod · 0.95
testLoadMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by 3

setUpMethod · 0.76
setUpMethod · 0.76
testLoadMethod · 0.76