(log *accessEntry)
| 931 | } |
| 932 | |
| 933 | func logAccess(log *accessEntry) { |
| 934 | if glog.V(1) { |
| 935 | glog.Info(log.String()) |
| 936 | } |
| 937 | } |
| 938 | |
| 939 | func blockedPreds(preds []string) map[string]struct{} { |
| 940 | blocked := make(map[string]struct{}) |
no test coverage detected