MCPcopy Create free account
hub / github.com/neomjs/neo / getCodeName

Function getCodeName

buildScripts/docs/jsdoc-x/utils.mjs:153–155  ·  view source on GitHub ↗

* Gets the code name of the given symbol. * @name jsdocx.utils.getCodeName * @function * * @param {Object} symbol - Documented symbol object. * @returns {String} - If no code name, falls back to long name.

(symbol)

Source from the content-addressed store, hash-verified

151 * @returns {String} - If no code name, falls back to long name.
152 */
153 getCodeName(symbol) {
154 return getMetaCodeName(symbol) || utils.getLongName(symbol);
155 },
156
157 /**
158 * Gets the number of levels for the given symbol or name. e.g.

Callers

nothing calls this directly

Calls 1

getMetaCodeNameFunction · 0.85

Tested by

no test coverage detected