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

Function log_debug

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

Source from the content-addressed store, hash-verified

106}
107
108void log_debug(trinity_module_string_t *s) {
109 __wasm_import_log_debug((int32_t) (*s).ptr, (int32_t) (*s).len);
110}
111
112void log_info(trinity_module_string_t *s) {
113 __wasm_import_log_info((int32_t) (*s).ptr, (int32_t) (*s).len);

Callers 1

trinity_module_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected