Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
80412
function
is_parameter(token) {
80413
return
token.data ===
'in'
||
80414
token.data ===
'inout'
||
80415
token.data ===
'out'
80416
}
80417
80418
function
is_precision(token) {
80419
return
token.data ===
'highp'
||
Callers
1
parameter_or_not
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected