MCPcopy Index your code
hub / github.com/DoNewsCode/core / Modules

Method Modules

contract/container.go:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3// Container holds modules.
4type Container interface {
5 Modules() []interface{}
6}

Callers 15

ShutdownMethod · 0.65
ApplyRootCommandMethod · 0.65
newServeCmdFunction · 0.65
applyRouterFunction · 0.65
applyGRPCServerFunction · 0.65
applyRunGroupFunction · 0.65
applyCronFunction · 0.65
applyDeprecatedCronFunction · 0.65
ExampleC_AddModuleFuncFunction · 0.65
TestC_ProvideFunction · 0.65
TestC_AddModuleFunction · 0.65

Implementers 1

Containercontainer/container.go

Calls

no outgoing calls

Tested by 6

ExampleC_AddModuleFuncFunction · 0.52
TestC_ProvideFunction · 0.52
TestC_AddModuleFunction · 0.52
Example_modulesFunction · 0.52
TestModule_hotReloadFunction · 0.52