Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/MaterialX
/ getTarget
Function
getTarget
python/Scripts/mxvalidate.py:352–356 ·
view source on GitHub ↗
(elem)
Source
from the content-addressed store, hash-verified
350
return
s
351
352
def
getTarget(elem):
353
if
elem.hasTarget():
354
return
' [target "%s"]'
% elem.getTarget()
355
else
:
356
return
""
357
358
if
__name__ ==
'__main__'
:
359
main()
Callers
2
listContents
Function · 0.85
getImplementation
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected