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