(key: string)
| 9 | const fff = process.env["OPENCODE_DISABLE_FFF"] |
| 10 | |
| 11 | function enabledByExperimental(key: string) { |
| 12 | return process.env[key] === undefined ? truthy("OPENCODE_EXPERIMENTAL") : truthy(key) |
| 13 | } |
| 14 | |
| 15 | export const Flag = { |
| 16 | OTEL_EXPORTER_OTLP_ENDPOINT: process.env["OTEL_EXPORTER_OTLP_ENDPOINT"], |
no test coverage detected