- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for petNames (0.05 seconds)
-
tests/association_generics_test.go
} if len(updatedUser.Pets) != 2 { t.Fatalf("expected 2 pets, got %d", len(updatedUser.Pets)) } petNames := make(map[string]bool) for _, pet := range updatedUser.Pets { petNames[pet.Name] = true } if !petNames["original-pet"] { t.Error("original pet not found") } if !petNames["new-pet"] { t.Error("new pet not found") } }
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Fri Sep 12 05:42:26 GMT 2025 - 37.9K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/PdfExtractor.java
if (efTree == null) { return; } try { final Map<String, PDComplexFileSpecification> embeddedFileNames = efTree.getNames(); if (embeddedFileNames != null) { processEmbeddedDocNames(embeddedFileNames, writer); } else {
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 12.8K bytes - Click Count (0)