ProgramOptions returns a collection of functional options which should be included in every Program generated from the Env.Program() call.
()
| 59 | // ProgramOptions returns a collection of functional options which should be included in every |
| 60 | // Program generated from the Env.Program() call. |
| 61 | ProgramOptions() []ProgramOption |
| 62 | } |
| 63 | |
| 64 | // SingletonLibrary refines the Library interface to ensure that libraries in this format are only |
no outgoing calls
no test coverage detected