Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

crossrealm_f source realm

Package crossrealm\_f provides a collection realm for testing cross-realm ownership scenarios. It uses a nested struc...

Overview

Package crossrealm_f provides a collection realm for testing cross-realm ownership scenarios. It uses a nested structure so that intermediate objects in the ownership chain have RefCount == 1.

Functions 5

Types 1

type Entry

struct
1type Entry struct {
2	Key   string
3	Value int
4}
source

Source Files 2