MCPcopy
hub / github.com/github/awesome-copilot / isSamplePlaceholder

Function isSamplePlaceholder

extensions/site-studio/extension.mjs:741–743  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

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

Callers 2

validateFieldValueFunction · 0.85
getSectionGuideFunction · 0.85

Calls 1

safeStringFunction · 0.85

Tested by

no test coverage detected