MCPcopy Index your code
hub / github.com/Effect-TS/effect / getNames

Function getNames

packages/cli/src/internal/commandDescriptor.ts:171–172  ·  view source on GitHub ↗
(self: Descriptor.Command<A>)

Source from the content-addressed store, hash-verified

169
170/** @internal */
171export const getNames = <A>(self: Descriptor.Command<A>): HashSet.HashSet<string> =>
172 HashSet.fromIterable(getNamesInternal(self as Instruction))
173
174/** @internal */
175export const getBashCompletions = <A>(

Callers

nothing calls this directly

Calls 1

getNamesInternalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…