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

Function precision_or_not

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

Source from the content-addressed store, hash-verified

79867 }
79868
79869 function precision_or_not() {
79870 if(is_precision(token)) {
79871 state.unshift(keyword())
79872 return Advance
79873 } else {
79874 state.fake(mknode(PLACEHOLDER, {data: '', position: token.position}))
79875 return Advance
79876 }
79877 }
79878
79879 function struct_or_type() {
79880 if(token.data === 'struct') {

Callers

nothing calls this directly

Calls 3

is_precisionFunction · 0.70
keywordFunction · 0.70
mknodeFunction · 0.70

Tested by

no test coverage detected