github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/examples/gno.land/p/demo/testutils/misc.gno (about) 1 package testutils 2 3 // For testing std.GetCallerAt(). 4 func WrapCall(fn func()) { 5 fn() 6 }