MCPcopy Create free account
hub / github.com/buggregator/server / Name

Method Name

internal/module/module.go:16–16  ·  view source on GitHub ↗

Name returns a human-readable module name (e.g., "Sentry").

()

Source from the content-addressed store, hash-verified

14type Module interface {
15 // Name returns a human-readable module name (e.g., "Sentry").
16 Name() string
17
18 // Type returns the event type string stored in the events table.
19 Type() string

Callers 4

TestModule_NameAndTypeFunction · 0.65
StartPHPProcessFunction · 0.65
InitMethod · 0.65
AddFromFSMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestModule_NameAndTypeFunction · 0.52