MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / observe

Function observe

app/services/tdc_vm_runner.cjs:346–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344 HTMLElement: function HTMLElement() {},
345 MutationObserver: function MutationObserver() {
346 return makeNoopProxy({ observe() {}, disconnect() {} });
347 },
348 IntersectionObserver: function IntersectionObserver() {
349 return makeNoopProxy({ observe() {}, disconnect() {} });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected