MCPcopy
hub / github.com/stampit-org/stampit / ComposerParameters

Interface ComposerParameters

stampit.ts:83–88  ·  view source on GitHub ↗

The parameters received by a `.composers()` function.

Source from the content-addressed store, hash-verified

81
82/** The parameters received by a `.composers()` function. */
83interface ComposerParameters<S> {
84 /** The result of the composables' composition. */
85 stamp: S;
86 /** The list of composables the Stamp was just composed of. */
87 composables: Composable[];
88}
89
90/** A function used as a `.composers()` argument. */
91interface Composer<S = any> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…