| 576 | } |
| 577 | |
| 578 | type persistedModuleSourceLazyCodeGenerator struct { |
| 579 | sdk *persistedModuleSourceLazySDK |
| 580 | } |
| 581 | |
| 582 | var _ CodeGenerator = persistedModuleSourceLazyCodeGenerator{} |
| 583 |
nothing calls this directly
no outgoing calls
no test coverage detected