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

Method Table

lib/gcpspanner/web_features.go:745–747  ·  view source on GitHub ↗

Table returns the name of the Spanner table.

()

Source from the content-addressed store, hash-verified

743
744// Table returns the name of the Spanner table.
745func (m webFeatureSpannerMapper) Table() string {
746 return webFeaturesTable
747}
748
749// GetKeyFromExternal returns the business key (FeatureKey) from an external WebFeature struct.
750func (m webFeatureSpannerMapper) GetKeyFromExternal(in WebFeature) string {

Callers 3

SelectAllMethod · 0.95
SelectOneMethod · 0.95
GetIDMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected