MCPcopy Create free account
hub / github.com/abiosoft/mold / parsePartial

Function parsePartial

engine.go:243–246  ·  view source on GitHub ↗
(partial *templateFile)

Source from the content-addressed store, hash-verified

241}
242
243func parsePartial(partial *templateFile) error {
244 _, err := processTree(partial)
245 return err
246}
247
248func readFile(fsys fs.FS, name string) (string, error) {
249 f, err := fs.ReadFile(fsys, name)

Callers 2

parseLayoutFunction · 0.85
parseViewFunction · 0.85

Calls 1

processTreeFunction · 0.85

Tested by

no test coverage detected