Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/go-jsonnet
/ parameters
Method
parameters
value.go:352–354 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
350
}
351
352
func
(f *valueFunction) parameters() []namedParameter {
353
return
f.ec.parameters()
354
}
355
356
func
checkArguments(i *interpreter, args callArguments, params []namedParameter) error {
357
numPositional := len(args.positional)
Callers
1
call
Method · 0.95
Calls
1
parameters
Method · 0.65
Tested by
no test coverage detected