gobj_global_variables()#
Returns a JSON object containing global variables related to the Yuno environment, including system, realm, and node attributes.
Prototype
json_t *gobj_global_variables(void);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
This function does not take any parameters. |
Return Value
A JSON object containing global variables such as __node_owner__, __realm_id__, __yuno_id__, and system-related attributes.
Notes
The returned JSON object must be managed properly to avoid memory leaks. It includes predefined global variables that provide contextual information about the Yuno instance.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples