()
| 30 | // complete so that we don't accidentally include runtime-dependent |
| 31 | // states into a runtime-independent snapshot. |
| 32 | function getCLIOptionsFromBinding() { |
| 33 | return optionsDict ??= getCLIOptionsValues(); |
| 34 | } |
| 35 | |
| 36 | function getCLIOptionsInfoFromBinding() { |
| 37 | return cliInfo ??= getCLIOptionsInfo(); |
no outgoing calls
no test coverage detected
searching dependent graphs…