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

Function querySelector

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

Source from the content-addressed store, hash-verified

167 });
168 },
169 querySelector() {
170 return createElementStub();
171 },
172 querySelectorAll() {
173 return [];
174 },

Callers

nothing calls this directly

Calls 1

createElementStubFunction · 0.85

Tested by

no test coverage detected