MCPcopy Create free account
hub / github.com/MauriceGit/compiler / ExampleMultiParameter

Function ExampleMultiParameter

compiler_test.go:422–440  ·  view source on GitHub ↗

ExampleMultiParameter checks, that given > 6 parameters, they will be passed to the function correctly. This is important, as with > 6 parameters, we need to pass them on the stack instead of registers, so there is some special case handling here

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

compileAndRunFunction · 0.85

Tested by

no test coverage detected