EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Extracts the function argument, as specified by the provided expression. Traceable types are base types (int
, float
, etc.), strings and byte arrays. Base-type arguments are specified directly (arg1
), while struct members are accessed using dotted notation (arg1.foo
). The dot operator works on both pointer and non-pointer types.
Name | Type | Description |
---|---|---|
expr | str | The expression to evaluate. |