MCPcopy
hub / github.com/coder/mux / set

Function set

tests/setup.ts:33–35  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

31 return win?.location ?? win?.window?.location ?? fallbackLocation;
32 },
33 set(value) {
34 fallbackLocation = value;
35 },
36 });
37}
38assert.equal(typeof Symbol.asyncDispose, "symbol");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected