Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/stemkoski/stemkoski.github.com
/ is_parameter
Function
is_parameter
MathBox/mathbox-core.js:33727–33731 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
33725
}
33726
33727
function
is_parameter(token) {
33728
return
token.data ===
'in'
||
33729
token.data ===
'inout'
||
33730
token.data ===
'out'
33731
}
33732
33733
function
is_precision(token) {
33734
return
token.data ===
'highp'
||
Callers
1
parameter_or_not
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected