MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / addMockRule

Function addMockRule

packages/bumpy/test/helpers-shell-mock.ts:88–90  ·  view source on GitHub ↗
(rule: MockRule)

Source from the content-addressed store, hash-verified

86
87/** Add a custom mock rule (higher priority than defaults) */
88export function addMockRule(rule: MockRule) {
89 rules.unshift(rule);
90}
91
92/** Get all recorded command calls */
93export function getCalls(): CommandCall[] {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…