(suid, cuid int64)
| 77 | } |
| 78 | |
| 79 | func encodeCollMetaFieldValue(suid, cuid int64) string { |
| 80 | return fmt.Sprintf("_$%d_$%d", suid, cuid) |
| 81 | } |
| 82 | |
| 83 | func (c *collMetaFieldCache) setValue(indexName, scopeName string, |
| 84 | suid int64, collName string, cuid int64, multiCollIndex bool) { |
no outgoing calls
no test coverage detected