Merge pull request #40 from tequdev/delete-trace-slot

Delete `trace_slot`
This commit is contained in:
tequ
2025-07-07 19:42:39 +09:00
committed by GitHub

View File

@@ -21,7 +21,6 @@ The following `trace` functions are available in the Hooks API
| [trace](../technical/hooks-functions/trace-debug/trace.md) | Print a utf-8 message, followed by a user-specified buffer (this last optionally as hex.) |
| [trace_num](../technical/hooks-functions/trace-debug/trace_num.md) | Print a utf-8 message, followed by an integer. |
| [trace_float](../technical/hooks-functions/trace-debug/trace_float.md) | Print a utf-8 message, followed by an XFL Floating point number. |
| trace_slot | Print a utf-8 message, followed by the serialized contents of a slot. |
### Example