MCPcopy Index your code
hub / github.com/lightbend/config / remainder

Method remainder

config/src/main/java/com/typesafe/config/impl/Path.java:66–68  ·  view source on GitHub ↗

@return path minus the first element or null if no more elements

()

Source from the content-addressed store, hash-verified

64 * @return path minus the first element or null if no more elements
65 */
66 Path remainder() {
67 return remainder;
68 }
69
70 /**
71 *

Callers 14

subPathMethod · 0.95
startsWithMethod · 0.95
splitPathMethod · 0.95
appendPathMethod · 0.95
createValueUnderPathMethod · 0.95
parseObjectMethod · 0.95
findOrNullMethod · 0.80
withOnlyPathOrNullMethod · 0.80
withoutPathMethod · 0.80
withValueMethod · 0.80
modifyChildMayThrowMethod · 0.80
parseObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected