MCPcopy Create free account
hub / github.com/DavidWells/analytics / formatExample

Function formatExample

scripts/docs.js:788–794  ·  view source on GitHub ↗
(tags)

Source from the content-addressed store, hash-verified

786}
787
788function formatExample(tags) {
789 return tags.filter((tag) => {
790 return tag.type === 'example'
791 }).map((tag) => {
792 return renderExample(tag.string)
793 })
794}
795
796function formatArguments(tags) {
797 const theArgs = tags.filter((tag) => {

Callers 1

API_DOCSFunction · 0.70

Calls 1

renderExampleFunction · 0.70

Tested by

no test coverage detected