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

Function log_warn

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

Source from the content-addressed store, hash-verified

114}
115
116void log_warn(trinity_module_string_t *s) {
117 __wasm_import_log_warn((int32_t) (*s).ptr, (int32_t) (*s).len);
118}
119
120void log_error(trinity_module_string_t *s) {
121 __wasm_import_log_error((int32_t) (*s).ptr, (int32_t) (*s).len);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected