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

Function is_precision

MathBox/mathbox-bundle.js:80418–80422  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

80416}
80417
80418function is_precision(token) {
80419 return token.data === 'highp' ||
80420 token.data === 'mediump' ||
80421 token.data === 'lowp'
80422}
80423
80424},{"../../through":227,"./expr":220,"./scope":222}],222:[function(require,module,exports){
80425module.exports = scope

Callers 1

precision_or_notFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected