MCPcopy Create free account
hub / github.com/ampproject/amphtml / AttrSpec_ValueSet

TypeAlias AttrSpec_ValueSet

validator/validator.pb.go:39–39  ·  view source on GitHub ↗

These two fields specify that values from one AttrSpec refer to values from another AttrSpec elsewhere on the page; validator will verify the references are not "dangling". These references may appear before or after their referents. For example, in the "id" AttrSpec in the "template" TagSpec, we h

Source from the content-addressed store, hash-verified

37// value_oneof_set: TEMPLATE_IDS
38// NEXT AVAILABLE TAG: 3
39type AttrSpec_ValueSet int32
40
41const (
42 AttrSpec_UNKNOWN_VALUESET AttrSpec_ValueSet = 0 // Never used

Callers 1

UnmarshalJSONMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected