(folder NoteFolder, subpath string)
| 452 | } |
| 453 | |
| 454 | func folderIconKey(folder NoteFolder, subpath string) string { |
| 455 | return fmt.Sprintf("%s:%s", folder, subpath) |
| 456 | } |
| 457 | |
| 458 | func rewriteFolderIconsForRename( |
| 459 | folderIcons map[string]FolderIconID, |
no outgoing calls
no test coverage detected