MCPcopy Create free account
hub / github.com/M66B/FairEmail / getBaseType

Method getBaseType

app/src/main/java/javax/activation/MimeType.java:221–223  ·  view source on GitHub ↗

Return a String representation of this object without the parameter list. @return the MIME type and sub-type

()

Source from the content-addressed store, hash-verified

219 * @return the MIME type and sub-type
220 */
221 public String getBaseType() {
222 return primaryType + "/" + subType;
223 }
224
225 /**
226 * Determine if the primary and sub type of this object is

Callers 9

toStringMethod · 0.95
getBaseTypeMethod · 0.95
isPlainTextMethod · 0.45
isHtmlMethod · 0.45
isMarkdownMethod · 0.45
isPatchMethod · 0.45
isReportMethod · 0.45
getHtmlMethod · 0.45
getReportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected