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

Method addQuery

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

Add an element to the query array using raw string values. @param key The key @param value The value

(String key, String value)

Source from the content-addressed store, hash-verified

617 * @param value The value
618 */
619 public void addQuery(String key, String value) {
620 this.addQuery(key, value, null);
621 }
622
623
624 /**

Callers 1

setQueryMethod · 0.95

Calls 3

lengthMethod · 0.80
addMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected