MCPcopy 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
352func (f *valueFunction) parameters() []namedParameter {
353 return f.ec.parameters()
354}
355
356func checkArguments(i *interpreter, args callArguments, params []namedParameter) error {
357 numPositional := len(args.positional)

Callers 1

callMethod · 0.95

Calls 1

parametersMethod · 0.65

Tested by

no test coverage detected