Search
Apps
Documentation
Source
Content
File
Folder
Download
Copy
Actions
Download
gno.land Search
Search
p
demo
testutils
Update Breadcrumb
Network Info
Network Info
Close Network Info
Chain ID
staging
RPC Address
https://rpc.gno.land:443
Content
Source
misc.gno
0.08 Kb ยท 6 lines
Copy
Download
1
package
testutils
2
3
// For testing std.CallerAt().
4
func
WrapCall
(
fn
func
(
)
)
{
5
fn
(
)
6
}