MCPcopy Index your code
hub / github.com/modelcontextprotocol/modelcontextprotocol / getFullUrl

Method getFullUrl

typedoc.plugin.mjs:39–41  ·  view source on GitHub ↗

* @param {typedoc.RouterTarget} target * @returns {string}

(target)

Source from the content-addressed store, hash-verified

37 * @returns {string}
38 */
39 getFullUrl(target) {
40 return "#" + this.getAnchor(target);
41 }
42
43 /**
44 * @param {typedoc.RouterTarget} target

Callers 1

getAnchorMethod · 0.80

Calls 1

getAnchorMethod · 0.95

Tested by

no test coverage detected