> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/filters/globalfilters/globalfilters.msg_gas.md).

# GlobalFilters.MSG\_GAS

The MSG\_GAS property is used to add a filter to include or exclude functions that calls `msg.gas`.&#x20;

### Query Example

```python
from glider import *


def query():
  functions = (
    Functions()
    .with_globals(GlobalFilters.MSG_GAS)
    .exec(1)
  )
  
  return functions
```

### Example Output

<figure><img src="/files/R7P80PCdtRa7BtGak0vg" alt=""><figcaption></figcaption></figure>
