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

Function is_parameter

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

Source from the content-addressed store, hash-verified

80410}
80411
80412function is_parameter(token) {
80413 return token.data === 'in' ||
80414 token.data === 'inout' ||
80415 token.data === 'out'
80416}
80417
80418function is_precision(token) {
80419 return token.data === 'highp' ||

Callers 1

parameter_or_notFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected