Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 456 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 456 Bytes

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