assertCastableTo asserts that "to" is a valid type to be casted to. These are the Go types that type-specific arshalers may operate upon. Let AllTypes be the universal set of all possible Go types. This function generally asserts that: len([from for from in AllTypes if castableTo(from, to)]) > 0
(to reflect.Type, marshal bool)
source not stored for this graph (policy: none)
no test coverage detected
searching dependent graphs…