Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fastify/fastify
/ mediaType
Method
mediaType
lib/content-type.js:168–168 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
get isValid () {
return
this.#valid }
167
168
get mediaType () {
return
`${this.#
type
}/${this.#subtype}` }
169
170
get
type
() {
return
this.#
type
}
171
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected