MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / isTableRowScopeMarker

Function isTableRowScopeMarker

ServerEditorWeb/ace/worker-html.js:1377–1380  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

1375}
1376
1377function isTableRowScopeMarker(node) {
1378 return (node.namespaceURI === "http://www.w3.org/1999/xhtml" && node.localName === 'tr')
1379 || (node.namespaceURI === "http://www.w3.org/1999/xhtml" && node.localName === 'html');
1380}
1381
1382function isButtonScopeMarker(node) {
1383 return isScopeMarker(node)

Callers 1

worker-html.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected