MCPcopy Create free account
hub / github.com/bnjbvr/trinity / trinity_module_message_free

Function trinity_module_message_free

c-hello-world-module/trinity_module.c:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53// Helper Functions
54
55void trinity_module_message_free(trinity_module_message_t *ptr) {
56 trinity_module_string_free(&ptr->content);
57 trinity_module_string_free(&ptr->to);
58}
59
60void trinity_module_option_string_free(trinity_module_option_string_t *ptr) {
61 if (ptr->is_some) {

Callers 1

Calls 1

Tested by

no test coverage detected