MCPcopy Create free account
hub / github.com/antlr/codebuff / addKnownType

Method addKnownType

output/java_guava/1.4.16/MediaType.java:109–112  ·  view source on GitHub ↗
(MediaType mediaType)

Source from the content-addressed store, hash-verified

107 }
108
109 private static MediaType addKnownType(MediaType mediaType) {
110 KNOWN_TYPES.put(mediaType, mediaType);
111 return mediaType;
112 }
113
114 /*
115 * The following constants are grouped by their type and ordered alphabetically by the constant

Callers 2

createConstantMethod · 0.95
createConstantUtf8Method · 0.95

Calls 1

putMethod · 0.65

Tested by

no test coverage detected