MCPcopy
hub / github.com/processing/p5.js / getAlt

Function getAlt

utils/data-processor.mjs:105–111  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

103 }
104
105 function getAlt(entry) {
106 return entry
107 .tags
108 ?.filter(tag => tag.title === 'alt')
109 ?.map(tag => tag.description)
110 ?.join('\n') || undefined;
111 }
112
113 // Process constants, typedefs, and properties
114 const processedNames = new Set();

Callers 1

processDataFunction · 0.85

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected