()
| 14 | } |
| 15 | |
| 16 | function getConfig() { |
| 17 | let config = context.bindConfig[getId()]; |
| 18 | if (!config) { |
| 19 | config = { |
| 20 | filetype: '.gs', |
| 21 | ignorePattern: [], |
| 22 | manifestEnabled: true, |
| 23 | } |
| 24 | } |
| 25 | return config; |
| 26 | } |
| 27 | |
| 28 | function isGist() { |
| 29 | const repo = getRepo(); |
no test coverage detected