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

Function trinity_module_init

c-hello-world-module/main.c:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "trinity_module.h"
2
3void trinity_module_init(void) {
4 trinity_module_string_t str = {.ptr = "hello", .len = strlen("hello")};
5 log_debug(&str);
6}
7
8void trinity_module_help(trinity_module_option_string_t *topic,
9 trinity_module_string_t *ret) {

Callers 1

Calls 1

log_debugFunction · 0.85

Tested by

no test coverage detected