MCPcopy
hub / github.com/jsdoc/jsdoc / stripModuleNamespace

Function stripModuleNamespace

lib/jsdoc/tag/dictionary/definitions.js:190–192  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

188}
189
190function stripModuleNamespace(name) {
191 return name.replace(/^module:/, '');
192}
193
194function firstWordOf(string) {
195 const m = /^(\S+)/.exec(string);

Callers 1

onTaggedFunction · 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…