MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / Normalize

Method Normalize

lib/workertypes/types.go:138–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136)
137
138func (o SnapshotOrigin) Normalize() SnapshotOrigin {
139 if o == "" {
140 return OriginUnknown
141 }
142
143 return o
144}
145
146// SummaryQueryError contains the error code for a query error.
147// We only include the Code (and drop the Message) to allow the specific

Callers 1

GenerateJSONSummaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected