SetContextVariable configures the ContextVariable for this configuration.
(ctx *ContextVariable)
| 136 | |
| 137 | // SetContextVariable configures the ContextVariable for this configuration. |
| 138 | func (c *Config) SetContextVariable(ctx *ContextVariable) *Config { |
| 139 | c.ContextVariable = ctx |
| 140 | return c |
| 141 | } |
| 142 | |
| 143 | // AddFunctionDecls adds one or more functions to the config, converting them to serializable values first. |
| 144 | // |
no outgoing calls