MCPcopy Index your code
hub / github.com/graphql-java/graphql-java / stream

Method stream

src/main/java/graphql/GraphQLContext.java:257–259  ·  view source on GitHub ↗

@return a stream of entries in the context

()

Source from the content-addressed store, hash-verified

255 * @return a stream of entries in the context
256 */
257 public Stream<Map.Entry<Object, Object>> stream() {
258 return map.entrySet().stream();
259 }
260
261 @Override
262 public boolean equals(@Nullable Object o) {

Callers 15

mainMethod · 0.80
appendHeaderMethod · 0.80
normalizeUnitsMethod · 0.80
getParamsStringMethod · 0.80
ExecutionBenchmarkClass · 0.80
mkLocationsMethod · 0.80
allOfMethod · 0.80
getDepartmentsForShopMethod · 0.80

Calls 1

entrySetMethod · 0.80

Tested by 9

mkLocationsMethod · 0.64
allOfMethod · 0.64
getDepartmentsForShopMethod · 0.64
parseLiteralMethod · 0.64