MCPcopy Index your code
hub / github.com/tinygo-org/tinygo / TestMakeGCStackSlots

Function TestMakeGCStackSlots

transform/gc_test.go:10–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

8)
9
10func TestMakeGCStackSlots(t *testing.T) {
11 t.Parallel()
12 testTransform(t, "testdata/gc-stackslots", func(mod llvm.Module) {
13 transform.MakeGCStackSlots(mod)
14 })
15}

Callers

nothing calls this directly

Calls 3

MakeGCStackSlotsFunction · 0.92
testTransformFunction · 0.85
ParallelMethod · 0.80

Tested by

no test coverage detected