MCPcopy Create free account
hub / github.com/google/gapid / String

Method String

core/assert/enum.go:25–25  ·  view source on GitHub ↗

String matches the Stringer interface, and returns the name of the value.

()

Source from the content-addressed store, hash-verified

23type Enum interface {
24 // String matches the Stringer interface, and returns the name of the value.
25 String() string
26 // Parse takes a name and sets the value to match the name.
27 Parse(value string) error
28}

Callers 15

keyMethod · 0.65
keyMethod · 0.65
StringMethod · 0.65
runWithStdinMethod · 0.65
StringMethod · 0.65
GetMethod · 0.65
ExampleCaptureFunction · 0.65
CallMethod · 0.65
xmlMethod · 0.65
StringMethod · 0.65
xmlMethod · 0.65
StringMethod · 0.65

Calls

no outgoing calls

Tested by 15

ExampleCaptureFunction · 0.52
TestStylesFunction · 0.52
TestBroadcastFunction · 0.52
TestChannelFunction · 0.52
TestmanagerFunction · 0.52
TestCaptureFunction · 0.52
TestPassThroughFilterFunction · 0.52
TestLimitFunction · 0.52
TestNumericFunction · 0.52
TestPostbackStringFunction · 0.52
checkMethod · 0.52
TestExtractCallsFunction · 0.52