| 103 | // ----------------------------------------------------------------------- |
| 104 | |
| 105 | vec4f any_hash(Context & context, SimNode_CallBase * call, vec4f * args) { |
| 106 | auto h = hash_value(context, args[0], call->types[0]); |
| 107 | return cast<uint64_t>::from(h); |
| 108 | } |
| 109 | |
| 110 | // ----------------------------------------------------------------------- |
| 111 | // Interop function 4: struct_field_names |
nothing calls this directly
no test coverage detected