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

Function isButtonScopeMarker

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

Source from the content-addressed store, hash-verified

1380}
1381
1382function isButtonScopeMarker(node) {
1383 return isScopeMarker(node)
1384 || (node.namespaceURI === "http://www.w3.org/1999/xhtml" && node.localName === 'button');
1385}
1386
1387function isSelectScopeMarker(node) {
1388 return !(node.namespaceURI === "http://www.w3.org/1999/xhtml" && node.localName === 'optgroup')

Callers

nothing calls this directly

Calls 1

isScopeMarkerFunction · 0.85

Tested by

no test coverage detected