MCPcopy Index your code
hub / github.com/clojure/clojure / getLength

Method getLength

src/jvm/clojure/asm/TypePath.java:82–85  ·  view source on GitHub ↗

Returns the length of this path, i.e. its number of steps. @return the length of this path.

()

Source from the content-addressed store, hash-verified

80 * @return the length of this path.
81 */
82 public int getLength() {
83 // path_length is stored in the first byte of a type_path.
84 return typePathContainer[typePathOffset];
85 }
86
87 /**
88 * Returns the value of the given step of this path.

Callers 5

toStringMethod · 0.95
createFromObjectMethod · 0.80
createFromObjectMethod · 0.80
countFromMethod · 0.80
nthFromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected