MCPcopy Create free account
hub / github.com/armory3d/armory / make_node_link

Function make_node_link

lib/armory_tools/mkdocs/make_node_reference.py:61–63  ·  view source on GitHub ↗

Create a link to a node given by the name of the node

(nodename: str)

Source from the content-addressed store, hash-verified

59
60
61def make_node_link(nodename: str) -> str:
62 """Create a link to a node given by the name of the node"""
63 return Link(label=InlineCode(nodename), url=get_anchor(nodename))
64
65
66def get_nodetype(typename: str):

Callers 1

Calls 1

get_anchorFunction · 0.85

Tested by

no test coverage detected