| 1058 | } |
| 1059 | |
| 1060 | void setDataConstObject_c(const char* name, const char* type, const void* value) |
| 1061 | { |
| 1062 | currentMockSupport->setDataConstObject(name, type, value); |
| 1063 | } |
| 1064 | |
| 1065 | MockValue_c getData_c(const char* name) |
| 1066 | { |
nothing calls this directly
no test coverage detected