Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
async
function
getJSDocInfo(codePath) {
42
const
data =
await
jsdoc2md.getTemplateData({
43
files: [ codePath ],
44
json: true
45
})
46
return
data
47
}
48
49
function
parseCode(code) {
50
let
ast
Callers
1
getPluginInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected