| 29 | |
| 30 | /** @internal */ |
| 31 | export class Source extends Context.Service<Source, SourceShape>()("@effect/docgen/Source") {} |
| 32 | |
| 33 | const sortModulesByPath: <A extends Domain.Module>(self: Iterable<A>) => Array<A> = Array |
| 34 | .sort(Domain.ByPath) |
nothing calls this directly
no outgoing calls
no test coverage detected