MCPcopy Create free account
hub / github.com/cloudflare/computer / applied

Function applied

packages/computer/src/shell.test.ts:23–25  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

21// to build a synthetic result. Tests that want to exercise the
22// skipped path build the shape inline.
23function applied(n: number) {
24 return { applied: n, skipped: [] };
25}
26
27function makeSync(): Sync {
28 return {

Callers 2

pullFunction · 0.85
shell.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected