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