MCPcopy
hub / github.com/hoothin/UserScripts / isXPath

Function isXPath

Picviewer CE+/dist.user.js:13520–13522  ·  view source on GitHub ↗
(xpath)

Source from the content-addressed store, hash-verified

13518 }
13519
13520 function isXPath(xpath) {
13521 return xpath.startsWith('./') || xpath.startsWith('//') || xpath.startsWith('id(');
13522 }
13523
13524 function getElementMix(selector, contextNode, doc) {
13525 var ret;

Callers 1

getElementMixFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected