package analyzer // Helper functions for tests func boolPtr(b bool) *bool { return &b } func int64Ptr(i int64) *int64 { return &i }