Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DoNewsCode/core
/ AddModule
Method
AddModule
container/container.go:36–38 ·
view source on GitHub ↗
(module interface{})
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(c *Container) AddModule(module
interface
{}) {
37
c.modules = append(c.modules, module)
38
}
Callers
1
TestContainer_AddModule
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestContainer_AddModule
Function · 0.76