Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for loadMetacacheSampleNames (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/metacache-entries_test.go

    	for i := range be {
    		//  Modify b so it isn't deduplicated.
    		be[i].metadata = []byte("something-else")
    	}
    	// Merge b into a
    	a.merge(b, -1)
    	//nolint:gocritic
    	want := append(loadMetacacheSampleNames, loadMetacacheSampleNames...)
    	sort.Strings(want)
    	got := a.entries().names()
    	if len(got) != len(want) {
    		t.Errorf("unexpected count, want %v, got %v", len(want), len(got))
    	}
    
    	for i, name := range got {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 31.6K bytes
    - Click Count (0)
Back to Top