MCPcopy
hub / github.com/jsdoc/jsdoc / getPathFromDoclet

Function getPathFromDoclet

templates/default/publish.js:207–215  ·  view source on GitHub ↗
({meta})

Source from the content-addressed store, hash-verified

205}
206
207function getPathFromDoclet({meta}) {
208 if (!meta) {
209 return null;
210 }
211
212 return meta.path && meta.path !== 'null' ?
213 path.join(meta.path, meta.filename) :
214 meta.filename;
215}
216
217function generate(title, docs, filename, resolveLinks) {
218 let docData;

Callers 1

publish.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…