Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getAnchor
Method · 0.80
Calls
1
getAnchor
Method · 0.95
Tested by
no test coverage detected