MCPcopy Create free account
hub / github.com/ReactiveX/rxjs / command

Function command

scripts/release/beta.test.mjs:82–82  ·  view source on GitHub ↗
(_command, args)

Source from the content-addressed store, hash-verified

80 ['rev-list --left-right --count HEAD...@{upstream}', '0\t0\n'],
81 ]);
82 const command = (_command, args) => ({ status: 0, stdout: responses.get(args.join(' ')) ?? '' });
83 assert.doesNotThrow(() => assertRepositoryReady('/repo', { live: true, command }));
84 assert.doesNotThrow(() => assertRepositoryReady('/repo', { live: false, command }));
85

Callers 3

mainFunction · 0.85
assertRepositoryReadyFunction · 0.85
npmViewResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected