README.md
March 11, 2025 ยท View on GitHub
Context (ctxutils)
- SetStringValue: Sets a string value in the context with a custom key.
- GetStringValue: Retrieves a string value from the context using the specified key.
- SetIntValue: Sets an integer value in the context with a custom key.
- GetIntValue: Retrieves an integer value from the context using the specified key.
Examples:
For examples of each function, please checkout EXAMPLES.md