| 598 | } |
| 599 | |
| 600 | type persistedModuleSourceLazyClientGenerator struct { |
| 601 | sdk *persistedModuleSourceLazySDK |
| 602 | } |
| 603 | |
| 604 | var _ ClientGenerator = persistedModuleSourceLazyClientGenerator{} |
| 605 |
nothing calls this directly
no outgoing calls
no test coverage detected