Search Apps Documentation Source Content File Folder Download Copy Actions Download

misc.gno

0.08 Kb · 6 lines
1package testutils
2
3// For testing std.CallerAt().
4func WrapCall(fn func()) {
5	fn()
6}