MCPcopy Create free account
hub / github.com/EsperoTech/yaade / getPaths

Method getPaths

server/src/main/java/com/postman/collection/Url.java:403–405  ·  view source on GitHub ↗

Returns the contents of the path element array @return ArrayList<String> containing the path elements

()

Source from the content-addressed store, hash-verified

401 * @return ArrayList<String> containing the path elements
402 */
403 public ArrayList<String> getPaths() {
404 return path;
405 }
406
407
408 /**

Callers 2

generateURLMethod · 0.95
updateRawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected