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

Method asMap_new

src/main/java/field/graphics/FLine.java:2459–2462  ·  view source on GitHub ↗
(Object b, Object c)

Source from the content-addressed store, hash-verified

2457 @HiddenInAutocomplete
2458 public Object convert(Object value, List<Class> fit) {
2459 return Conversions.convert(value, fit);
2460
2461// if (fit == null) return value;
2462// if (fit.get(0)
2463// .isInstance(value)) return value;
2464//
2465// // promote non-arrays to arrays

Callers

nothing calls this directly

Calls 4

duplicateMethod · 0.95
asMap_setMethod · 0.95
convertMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected