(collectKey, noteKey)
| 1156 | return this.#map_CollectionNotes.get(`${collectKey}.${fullNoteKey}`, realDefault) |
| 1157 | } |
| 1158 | getSafeDate(collectKey, noteKey) { |
| 1159 | const safeDate = this.getSafeNote(collectKey, noteKey) |
| 1160 | return typeof safeDate === 'object' ? safeDate.toISOString() : safeDate |
| 1161 | } |
| 1162 | |
| 1163 | #doNotesDefault() { |
| 1164 | const currentOptions = this.#map_CollectionNotes.store |
no test coverage detected