MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / state_attr_compare

Function state_attr_compare

MathBox/mathbox-bundle.js:47518–47531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47516 }
47517
47518 function state_attr_compare() {
47519 if(/[=~|$^*]/.test(c)) {
47520 gathered.push(c)
47521 }
47522
47523 if(gathered.length === 2 || c === '=') {
47524 cmp = gathered.join('')
47525 gathered.length = 0
47526 state = ATTR_END
47527 quote = null
47528
47529 return
47530 }
47531 }
47532
47533 function state_attr_end() {
47534 if(!gathered.length && !quote) {

Callers 1

ondataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected