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

Function getJSDocInfo

scripts/docs/parse/index.js:41–47  ·  view source on GitHub ↗
(codePath)

Source from the content-addressed store, hash-verified

39}
40
41async function getJSDocInfo(codePath) {
42 const data = await jsdoc2md.getTemplateData({
43 files: [ codePath ],
44 json: true
45 })
46 return data
47}
48
49function parseCode(code) {
50 let ast

Callers 1

getPluginInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected