| 123456789101112 |
- return {
- summary = 'Check if the project is fused.',
- description = 'Returns whether the current project source is fused to the executable.',
- arguments = {},
- returns = {
- {
- name = 'fused',
- type = 'boolean',
- description = 'Whether or not the project is fused.'
- }
- }
- }
|