MCPcopy Create free account
hub / github.com/PixarAnimationStudios/OpenUSD / _MakeInputKeyVector

Function _MakeInputKeyVector

pxr/exec/exec/leafCompilationTask.cpp:132–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static Exec_InputKeyVectorConstRefPtr
133_MakeInputKeyVector(const ExecValueKey &valueKey)
134{
135 return TfMakeDelegatedCountPtr<const Exec_InputKeyVector>(
136 std::initializer_list<Exec_InputKey> {
137 Exec_InputKey {
138 EfLeafTokens->in,
139 valueKey.GetComputationName(),
140 /* disambiguatingId */ TfToken(),
141 TfType(),
142 ExecProviderResolution {
143 SdfPath::ReflexiveRelativePath(),
144 ExecProviderResolution::DynamicTraversal::Local
145 },
146 false, /* fallsBackToDispatched */
147 false /* optional */
148 }
149 }
150 );
151}
152
153PXR_NAMESPACE_CLOSE_SCOPE

Callers 1

_CompileMethod · 0.85

Calls 2

TfTokenClass · 0.70
TfTypeClass · 0.70

Tested by

no test coverage detected