(value)
| 739 | } |
| 740 | |
| 741 | function isSamplePlaceholder(value) { |
| 742 | return /^\[sample:/i.test(safeString(value).trim()); |
| 743 | } |
| 744 | |
| 745 | function deleteSectionContent(sectionId, field, author = "agent") { |
| 746 | const section = findSectionOrThrow(sectionId); |
no test coverage detected