MCPcopy Create free account
hub / github.com/Effect-TS/effect /

Class

packages/tools/docgen/src/Parser.ts:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected