MCPcopy Create free account
hub / github.com/Houseofmvps/codesight / noop

Function noop

tests/reference-plugin.test.ts:133–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131
132 const memory = () => new WebAssembly.Memory({ initial: 1 });
133 const noop = () => {};
134 const stubParse = () => 0n;
135
136 it("accepts a matching contract version and binds capabilities by export presence", async () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected