MCPcopy Create free account
hub / github.com/effect-app/libs / withHidden

Function withHidden

repos/effect/packages/effect/src/unstable/cli/Command.ts:1052–1055  ·  view source on GitHub ↗
(
  self: Command<Name, Input, ContextInput, E, R>
)

Source from the content-addressed store, hash-verified

1050 * @since 4.0.0
1051 */
1052export const withGlobalFlags: {
1053 <const GlobalFlags extends ReadonlyArray<GlobalFlag.GlobalFlag<any>>>(
1054 globalFlags: GlobalFlags
1055 ): <Name extends string, Input, E, R, ContextInput>(
1056 self: Command<Name, Input, ContextInput, E, R>
1057 ) => Command<Name, Input, ContextInput, E, Exclude<R, ExtractGlobalFlagContext<GlobalFlags>>>
1058 <

Callers

nothing calls this directly

Calls 2

makeCommandFunction · 0.90
toImplFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…