Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/name5566/leaf
/ Module
Interface
Module
module/module.go:10–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
Module
interface
{
11
OnInit()
12
OnDestroy()
13
Run(closeSig
chan
bool)
14
}
15
16
type
module
struct
{
17
mi Module
Callers
3
Init
Function · 0.80
destroy
Function · 0.65
run
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected