MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / invoke

Method invoke

src/main/java/field/graphics/FLine.java:1632–1640  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

1630 asMap_set(name, o);
1631 }
1632 return o;
1633 }
1634 }, ((ThreadSync2.TrappedSet) value));
1635
1636 return r;
1637 }
1638
1639 Function<Object, Object> c = canon.getAttributes().get(Dict.customCaster);
1640 if (c != null)
1641 value = c.apply(value);
1642 Object converted = convert(value, canon.getTypeInformation());
1643

Callers 2

asMap_setMethod · 0.45
asMap_setMethod · 0.45

Calls 3

modifyMethod · 0.95
asMap_setMethod · 0.95
safeEqMethod · 0.80

Tested by

no test coverage detected