Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abiosoft/mold
/ moldEngine
TypeAlias
moldEngine
engine.go:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
type
(
23
templateSet
map
[string]*templateFile
24
moldEngine
map
[string]*template.Template
25
)
26
27
func
newEngine(fsys fs.FS, options ...Option) (Engine, error) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected