getDirectDependency

abstract fun getDirectDependency(index: Int): String
Unique set of direct dependencies for this embedded script asset; expected to be other, compatible embedded
scripts (same language, same runtime level). Expressed as a `module` ID.
repeated string direct_dependency = 6;

Return

The directDependency at the given index.

Parameters

index

The index of the element to return.