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

Method AddFeature

util/cmd/load_fake_data/main.go:222–224  ·  view source on GitHub ↗
(feature gcpspanner.WebFeature)

Source from the content-addressed store, hash-verified

220}
221
222type featuresHelper struct {
223 features map[string]gcpspanner.WebFeature
224}
225
226func (h *featuresHelper) AddFeature(feature gcpspanner.WebFeature) {
227 h.features[feature.FeatureKey] = feature

Callers 2

generateFeaturesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected