(fieldName, fieldType = Type.int32({ encoding: "fixed" }))
| 76 | } |
| 77 | |
| 78 | function anyStruct(fieldName, fieldType = Type.int32({ encoding: "fixed" })) { |
| 79 | return remoteStruct("", fieldName, fieldType, TypeId.COMPATIBLE_STRUCT, 901); |
| 80 | } |
| 81 | |
| 82 | function remoteNamedNonStruct(name, typeId) { |
| 83 | return new TypeMeta([], { |
no test coverage detected