MCPcopy Create free account
hub / github.com/amadeus4dev/amadeus-java / hasBody

Method hasBody

src/main/java/com/amadeus/Response.java:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178
179 // Checks if the response has a body
180 private boolean hasBody() {
181 return !(body == null || body.isEmpty());
182 }
183}

Callers 1

isJsonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected