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

Function deprecationInfo

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

Source from the content-addressed store, hash-verified

89 }
90
91 function deprecationInfo(entry) {
92 if (!entry.deprecated) {
93 return {};
94 }
95 return {
96 deprecated: true,
97 deprecationMessage: strategy.processDescription(entry.deprecated)
98 };
99 }
100
101 function getExample(entry) {
102 return entry.description;

Callers 1

processDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected