MCPcopy
hub / github.com/livebud/bud / New

Function New

framework/view/nodemodules/nodemodules.go:16–18  ·  view source on GitHub ↗
(module *gomod.Module)

Source from the content-addressed store, hash-verified

14)
15
16func New(module *gomod.Module) *Generator {
17 return &Generator{module}
18}
19
20type Generator struct {
21 module *gomod.Module

Callers 2

TestNodeModulesFunction · 0.92
loadServerFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestNodeModulesFunction · 0.74
loadServerFunction · 0.74