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

Function formatExample

packages/analytics-cli/src/commands/docs.js:102–108  ·  view source on GitHub ↗
(tags)

Source from the content-addressed store, hash-verified

100}
101
102function formatExample(tags) {
103 return tags.filter((tag) => {
104 return tag.type === 'example'
105 }).map((tag) => {
106 return renderExample(tag.string)
107 })
108}
109
110function formatArguments(tags) {
111 const theArgs = tags.filter((tag) => {

Callers 1

APIFunction · 0.70

Calls 1

renderExampleFunction · 0.70

Tested by

no test coverage detected