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

Function querySelectorAll

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

Source from the content-addressed store, hash-verified

170 return createElementStub();
171 },
172 querySelectorAll() {
173 return [];
174 },
175 getElementById() {
176 return createElementStub();
177 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected