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