Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/golang/protobuf
/ Name
Method
Name
protoc-gen-go/generator/generator.go:59–59 ·
view source on GitHub ↗
Name identifies the plugin.
()
Source
from the content-addressed store, hash-verified
57
type
Plugin
interface
{
58
// Name identifies the plugin.
59
Name() string
60
// Init is called once after data structures are built but before
61
// code generation begins.
62
Init(g *Generator)
Callers
15
TestGetExtensionDefaults
Function · 0.65
unmarshalMessage
Method · 0.65
unmarshalExtensionOrAny
Method · 0.65
unmarshalSingularValue
Method · 0.65
writeName
Method · 0.65
writeSingularValue
Method · 0.65
EnumValueMap
Function · 0.65
genService
Function · 0.65
genClientMethod
Function · 0.65
CommandLineParameters
Method · 0.65
marshalField
Method · 0.65
marshalSingularValue
Method · 0.65
Implementers
1
grpc
protoc-gen-go/grpc/grpc.go
Calls
no outgoing calls
Tested by
1
TestGetExtensionDefaults
Function · 0.52