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

Function is_precision

MathBox/mathbox-core.js:33733–33737  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

33731}
33732
33733function is_precision(token) {
33734 return token.data === 'highp' ||
33735 token.data === 'mediump' ||
33736 token.data === 'lowp'
33737}
33738
33739},{"../../through":227,"./expr":220,"./scope":222}],222:[function(require,module,exports){
33740module.exports = scope

Callers 1

precision_or_notFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected